Back to Devexpress

SplineSeriesViewModel.SplineAlgorithm Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-splineseriesviewmodel.md

latest1.5 KB
Original Source

SplineSeriesViewModel.SplineAlgorithm Property

The SplineSeriesView.SplineAlgorithm model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public SplineAlgorithm SplineAlgorithm { get; set; }
vb
<PropertyForOptions>
Public Property SplineAlgorithm As SplineAlgorithm

Property Value

TypeDescription
SplineAlgorithm

The drawing algorithm of the spline line.

|

Available values:

NameDescription
StrictMinMax

The spline line strictly stays between local minimum and maximum values

| | Cardinal |

The spline line goes beyond local extrema.

|

See Also

SplineSeriesViewModel Class

SplineSeriesViewModel Members

DevExpress.XtraCharts.Designer Namespace