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

 

 
ParameterTypeDescription
LeftColLongrequired

 

Example

This example shows how to set the left data column for a stiff plot.

StiffPlot.LeftCol = 2

 

Used by: AutoStiffPlot object