PlotAxis.LabelsSpacing Property

Top 

Description

Sets the spacing between labels on the axis. Setting this value to 0 will automatically determine the spacing between labels on the plot.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Attributes

Type:

number

Access:

read/write

Default Value:

0

Valid Range:

PlotAxis.LabelsSpacing ≥ 0

 

Syntax

myVariable1 = myPlotAxis1.LabelsSpacing;

 

myPlotAxis1.LabelsSpacing = myVariable1;

 

See also

PlotAxis Object

PlotWindow Guide