Skip to main content
All docs
V25.1
  • Spline3DSeriesViewModel.SplineAlgorithm Property

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v25.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 line.

    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