PlotWindow.ThetaAxisLabel Property

Top 

Description

This property has been Deprecated. Please use PlotWindow.ThetaAxis.Title.Text instead.

 

The text used for the Theta-Axis label of the plot window.

 

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:

string

Access:

read/write

Default Value:

"__Use_Parameter_Label__"

 

Syntax

myString1 = myPlotWindow1.ThetaAxisLabel;

 

myPlotWindow1.ThetaAxisLabel = myString1;

 

See also

PlotWindow Object

PlotWindow Guide