AutoLastRLabelRow Property

The AutoLastRLabelRow property returns or sets if the right last row containing data should be automatically used for the plot labels. Returns a Boolean.

Syntax

object.AutoLastRLabelRow

object.AutoLastRLabelRow = AutoLastRLabelRow

 

Parameter Type Description
AutoLastRLabelRow Boolean required, default is true (automatically use the right last row containing data)

 

Example

This example shows how to turn off the automatic right side last row for a stiff plot label.

StiffPlotLabels.AutoLastRLabelRow = False

 

Used by: AutoStiffLabels object