Back to Devexpress

SplineAreaSeriesView.LineTensionPercent Property

corelibraries-devexpress-dot-xtracharts-dot-splineareaseriesview-b2f39682.md

latest1.7 KB
Original Source

SplineAreaSeriesView.LineTensionPercent Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public int LineTensionPercent { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property LineTensionPercent As Integer

Property Value

TypeDescription
Int32

An integer value specifying the line tension percentage.

|

Remarks

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

See Also

SplineAreaSeriesView Class

SplineAreaSeriesView Members

DevExpress.XtraCharts Namespace