HorzLines Property
The HorzLines property returns or sets if a step plot should start with a horizontal line. Returns a Boolean.
Syntax
object.HorzLines
object.HorzLines = HorzLines
| Parameter | Type | Description |
| HorzLines | Boolean | required, true to begin with a horizontal line |
Example
This example shows how to set the step plot to begin with a vertical line.
StepPlot.HorzLines = False
Used by: AutoLinePlot object