SmoothLine Property
The SmoothLine property returns or sets the Smooth line option for a line plot. Returns a Boolean.
Syntax
object.SmoothLine
object.SmoothLine = SmoothLine
Parameter | Type | Description |
SmoothLine | Boolean | required; 0 or False to connect points with straight lines. 1 or True to connect points with spline smoothed line. |
Example
This example shows how to set the line plot to use a smoothed line.
LinePlot.SmoothLine = True
Used by: AutoLinePlot Object