Skip to main content

StackedSplineAreaSeriesView.LineTensionPercent Property

Gets or sets the line tension to be used when drawing splines of the StackedSplineAreaSeriesView, in percents.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public int LineTensionPercent { get; set; }

Property Value

Type Description
Int32

An integer value specifying the line tension percentage.

Remarks

Use the LineTensionPercent property to specify the “smoothness” of a spline curve. Note that if the LineTensionPercent property is set to 0, the StackedSplineAreaSeriesView draws in the same way as the StackedAreaSeriesView.

See Also