PlotWindow.RAxisSize Property

Top 

Description

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

 

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

 

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.

 

Attributes

Type:

number

Access:

read/write

Units:

points

Default Value:

8

Valid Range:

1 ≤ PlotWindow.RAxisSize ≤ 50

 

Syntax

myVariable1 = myPlotWindow1.RAxisSize;

 

myPlotWindow1.RAxisSize = myVariable1;

 

See also

PlotWindow Object

PlotWindow Guide