how to set SplineType

in ios
series.SplineType = Syncfusion.SfChart.iOS.SplineType.Monotonic;

in android
 how to set SplineType???



1 Reply

PS Parthiban Sundaram Syncfusion Team November 2, 2017 04:57 AM UTC

Hi Sam, 
 
Thanks for using Syncfusion products. 
 
You can achieve this requirement with the help of SplineType enum property. Please refer following code snippet for more details. 
 
Code snippet: 
 
 
series.SplineType = Com.Syncfusion.Charts.SplineType.Monotonic; 
 
 
 
Please let us know, if you need further assistance on this. 
 
Regards, 
Parthiban S. 


Loader.
Up arrow icon