SplineSeriesViewModel.SplineAlgorithm Property
In This Article
The SplineSeriesView.SplineAlgorithm model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.2.Wizard.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
[PropertyForOptions]
public SplineAlgorithm SplineAlgorithm { get; set; }
#Property Value
Type | Description |
---|---|
Spline |
The drawing algorithm of the spline line. |
Available values:
Name | Description |
---|---|
Strict |
The spline line strictly stays between local minimum and maximum values |
Cardinal | The spline line goes beyond local extrema. |
See Also