SplineSeries.LineTension Property
In This Article
Gets or sets the line tension.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
public double LineTension { get; set; }
#Property Value
Type | Description |
---|---|
Double | A double number from 0 to 1. |
#Remarks
Use the LineTension property to specify the smoothness of a spline curve. If the LineTension property is set to 0, SplineSeries is drawn as LineSeries.
See Also