LeftCol Property
The LeftCol property returns or sets the left data column for a stiff plot. Returns a Long.
Syntax
object.LeftCol
object.LeftCol = LeftCol
Parameter | Type | Description |
LeftCol | Long | required |
Example
This example shows how to set the left data column for a stiff plot.
StiffPlot.LeftCol = 2
Used by: AutoStiffPlot object