Enum SplineType
Specifies the type of spline.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum SplineType
Fields
Name | Description |
---|---|
Cardinal | This type used cartinal spline for data rendering. |
Clamped | This type used clamped spline data rendering. |
Monotonic | This type used monotonic spline for data rendering. |
Natural | This type used natural spline for data rendering. |