SmoothTension Property
The SmoothTension property returns or sets the smoothing tension for a line plot. Returns a Double.
Syntax
object.SmoothTension
object.SmoothTension = SmoothTension
Parameter | Type | Description |
SmoothTension | Double | required; Value between 0 and 1, inclusive, to set the tension of the smoothed line. 0 creates a very smoothed line, and 1 is no smoothing. |
Remarks
The SmoothLine property must be set to True for SmoothTension to have an effect on the plot.
Example
This example shows how to set the line plot smooth line tension to 0.15.
LinePlot.SmoothTension = 0.15
Used by: AutoLinePlot Object