PlotAxis.LabelsArrangement Property

Top 

Description

Sets how the labels will be displayed on the axis. Possible choices are Normal, Multi-line and Alternate. The Alternate option displays successive labels in alternating columns for vertical axes or alternating rows for horizontal axes. Use the Alternate setting when more labels are desired in a smaller area. The Multi-line option breaks up long date labels onto multiple lines. This option only works if the axis is displaying date-formatted strings and the date format contains a space.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Normal )

Valid Values:

Value

Label

0

Normal

1

Multi-Line

2

Alternate

 

Syntax

myVariable1 = myPlotAxis1.LabelsArrangement;

 

myPlotAxis1.LabelsArrangement = myVariable1;

 

See also

PlotAxis Object

PlotWindow Guide