PlotWindow.YAxisSize Property

Top 

Description

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

 

The font size to use on the plot Y-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.YAxisSize ≤ 50

 

Syntax

myVariable1 = myPlotWindow1.YAxisSize;

 

myPlotWindow1.YAxisSize = myVariable1;

 

See also

PlotWindow Object

PlotWindow Guide