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