Hi
Laurence,
Greetings
from Syncfusion.
We
suggest you to use annotations to
render the custom image in accumulation chart. Please check with below code
snippet and documentation link.
<SfAccumulationChart>
<AccumulationChartAnnotations>
<AccumulationChartAnnotation
X=350 Y=180 CoordinateUnits="@Syncfusion.Blazor.Charts.Units.Pixel" Region="@Syncfusion.Blazor.Charts.Regions.Chart">
<ContentTemplate>
<div></div>
</ContentTemplate>
</AccumulationChartAnnotation>
</AccumulationChartAnnotations>
</SfAccumulationChart>
|
https://blazor.syncfusion.com/documentation/accumulation-chart/annotation/
Please
revert us, if you have any concerns.
Regards,
Durga
G