SplineAreaSeriesViewModel.SplineAlgorithm Property
The SplineAreaSeriesView.SplineAlgorithm model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| SplineAlgorithm | The drawing algorithm of the spline area. |
Available values:
| Name | Description |
|---|---|
| StrictMinMax | The spline line strictly stays between local minimum and maximum values |
| Cardinal | The spline line goes beyond local extrema. |
See Also