Hi Greetings,
Thanks for contacting Syncfusion support.
By default, DataMarker is not enabled in SfChart. If your application contains the following code which is used to enable the DataMarker, please remove it.
Needs to be removed:
C#:
DataMarker = new ChartDataMarker()
{
…
}
XAML:
<chart:ChartDataMarker>
…
</chart:ChartDataMarker> |
Thanks,
Parthiban S.