Gets or Sets the line tension for the drawing of curves. It is applicable for Spline chart only.
Type: Double
Namespace: Visifire.Charts
Assembly:
|
Silverlight: |
SLVisifire.Charts (in SLVisifire.Charts.dll) |
|
WPF: |
WPFVisifire.Charts (in WPFVisifire.Charts.dll) |
This attribute applies to:
Syntax:
<vc:Chart ... >
<vc:Chart.Series>
<vc:DataSeries LineTension="1" >
.
.
.
</vc:DataSeries>
</vc:Chart.Series>
</vc:Chart>
Below is the chart after setting LineTension property to 1 in DataSeries:

Remarks:
Default value is 0.5.
Ranges from 0 to 2.
A curve with LineTension set to 0 will have the appearance of a Line chart.