Skip to main content
A newer version of this page is available. .
All docs
V23.1

FullStackedSplineArea3DSeriesViewModel.SplineAlgorithm Property

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.1.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