AutoLastLLabelRow Property

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

Syntax

object.AutoLastLLabelRow

object.AutoLastLLabelRow = AutoLastLLabelRow

 

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

 

Example

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

StiffPlotLabels.AutoLastLLabelRow = False

 

Used by: AutoStiffLabels object