Back to Devexpress

SplineAreaSeries2D.SplineAlgorithm Property

wpf-devexpress-dot-xpf-dot-charts-dot-splineareaseries2d-038534fa.md

latest1.9 KB
Original Source

SplineAreaSeries2D.SplineAlgorithm Property

Specifies the drawing algorithm of the SplineAreaSeries2D.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public SplineAlgorithm SplineAlgorithm { get; set; }
vb
Public Property SplineAlgorithm As SplineAlgorithm

Property Value

TypeDescription
SplineAlgorithm

The drawing algorithm of the spline area.

|

Available values:

NameDescription
StrictMinMax

The spline line strictly stays between local minimum and maximum values.

| | Cardinal |

The spline line goes beyond local extrema.

|

Remarks

You can specify the following values:

Cardinal The drawing algorithm goes beyond local extrema so the spline line continues its path beyond the minimum and maximum values.StrictMinMax The default algorithm. The line strictly stays between local minimum and maximum values.

The following image illustrates the difference between two algorithms:

Run Demo

See Also

SplineAreaSeries2D Class

SplineAreaSeries2D Members

DevExpress.Xpf.Charts Namespace