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