LineTension Property (ChartSeriesCustomProperties.AreaSmoothProps)
In This Topic
Gets or sets the tension for the drawn curve. A curve with zero tension will have the appearance of a line. Applied only for smooth chart. Default: 0.5.
Syntax
'Declaration
Public Property LineTension As RdlFloat
public RdlFloat LineTension {get; set;}
See Also