Back to Devexpress

SplineArea3DSeriesView.LineTensionPercent Property

corelibraries-devexpress-dot-xtracharts-dot-splinearea3dseriesview-39eca0a4.md

latest1.7 KB
Original Source

SplineArea3DSeriesView.LineTensionPercent Property

Gets or sets the line tension to be used when drawing splines of the SplineArea3DSeriesView, 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” of a spline curve. Note that if the LineTensionPercent property is set to 0 , the SplineArea3DSeriesView draws in the same way as the Area3DSeriesView.

See Also

SplineArea3DSeriesView Class

SplineArea3DSeriesView Members

DevExpress.XtraCharts Namespace