PlotWindow.ThetaAxisSize Property

Top 

Description

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

 

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

 

Syntax

myVariable1 = myPlotWindow1.ThetaAxisSize;

 

myPlotWindow1.ThetaAxisSize = myVariable1;

 

See also

PlotWindow Object

PlotWindow Guide