AutoLFirstRow Property
The AutoLFirstRow property returns or sets if the left first row should be automatically used in the plot. Returns a Boolean.
Syntax
object.AutoLFirstRow
object.AutoLFirstRow = AutoLFirstRow
Parameter | Type | Description |
AutoLFirstRow | Boolean | Required, true to use the left first row |
Example
This example shows how to turn off the automatic left side first row for a stiff plot.
StiffPlotLabels.AutoLFirstRow = False
Used by: AutoStiffPlot object