PlotLegend Object |
Top Previous Next |
DescriptionThe PlotLegend object is used to configure the legend associated with a PlotWindow object. This object is not creatable in script, but an instance is always created as a child object of the PlotWindow object, as seen in the example below:
PlotWindow1.Legend.Location = 1;
You can assign PlotLegend 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->PlotLegend
Available In Editions:Engineer Mission
Timing Precision ModeThis page describes functionality in millisecond timing precision mode. Click here to see the documentation for this object in nanosecond timing precision mode.
See also |