PlotAxis Object

Top  Previous  Next

Description

The PlotAxis object is used to configure the axes of a PlotWindow object. This object is not creatable in script, but an instance is automatically created for the X, Y, R, and Theta axes of the PlotWindow object, as seen in the examples below:

 

PlotWindow1.XAxis.GridVisible = 0;

PlotWindow1.YAxis.GridVisible = 0;

PlotWindow1.RAxis.GridVisible = 0;

PlotWindow1.ThetaAxis.GridVisible = 0;

 

You can assign PlotAxis objects using the = operator.

 

Users cannot create instances of this type of object. However, users can access instances of this object type that have been created indirectly, for example as children of other objects. Users can also access any static properties and methods on this object type.

 

Inheritance Hierarchy: Object->PlotBaseObject->PlotAxis

 

Available In Editions:

Engineer

Mission

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Properties

 

Methods

 

 

See also

PlotWindow Guide