SFChart does not render single point in spline series on iOS

Hi, i use SfChart to display line series of data points.
It has the following settings and all of them are in the PCL.
SplineSeries lineSerie = new SplineSeries();
ChartDataMarker dataMarker = new ChartDataMarker();
lineSerie.DataMarker = dataMarker;
dataMarker.ShowLabel = false;
dataMarker.ShowMarker = true;
dataMarker.MarkerType = DataMarkerType.Ellipse;
dataMarker.MarkerWidth = 10;
dataMarker.MarkerHeight = 10;
dataMarker.MarkerColor = Color.White;
dataMarker.MarkerBorderColor = Color.FromHex("#B2B2B2");
dataMarker.MarkerBorderWidth = 5;
lineSerie.Label = "DataPoints";
lineSerie.EnableAnimation = true;
lineSerie.AnimationDuration = 0.8;
lineSerie.EnableTooltip = true;
lineSerie.TooltipTemplate = new DataTemplate(typeof(ChartPointToolTip));
lineSerie.ColorModel.Palette = ChartColorPalette.Custom;
The chart works on android, but on iOS if there only one point in the serie nothing is displayed. The x and y minimum and maximum are within range and the chart seems fine but the single data point is not displayed.

1 Reply

LR Lakshmi Radha Krishnan Syncfusion Team January 3, 2017 04:31 AM UTC

Hi Gjorgji,

Thank you for contacting Syncfusion support.  

We have created an incident under your Direct Trac account. So, we request to follow the incident for further details. 
Our Direct Trac support system can be accessed from the following link: 
https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents

Regards,
Lakshmi R.
 


Loader.
Up arrow icon