FullStackedSplineAreaSeriesView.LineTensionPercent Property
Gets or sets the line tension to be used when drawing splines of the FullStackedSplineAreaSeriesView, in percents.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
[XtraSerializableProperty]
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 FullStackedSplineAreaSeriesView draws in the same way as the FullStackedAreaSeriesView.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the LineTensionPercent property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.