Skip to main content
All docs
V23.2

StackedSplineAreaSeriesViewModel.SplineAlgorithm Property

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public SplineAlgorithm SplineAlgorithm { get; set; }

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