PlotWindow.XAxisSize Property

Top 

Description

This property has been Deprecated. Please use PlotWindow.XAxis.Font.Size instead.

 

The font size to use on the plot X-Axis.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Attributes

Type:

number

Access:

read/write

Units:

points

Default Value:

8

Valid Range:

1 ≤ PlotWindow.XAxisSize ≤ 50

 

Syntax

myVariable1 = myPlotWindow1.XAxisSize;

 

myPlotWindow1.XAxisSize = myVariable1;

 

See also

PlotWindow Object

PlotWindow Guide