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