PlotLegend.Location Property

Top 

Description

Sets the location of the legend. Possible choices are: Left, Right, Top, or Bottom.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Attributes

Type:

integer

Access:

read/write

Default Value:

3 ( Bottom )

Valid Values:

Value

Label

0

Left

1

Right

2

Top

3

Bottom

 

Syntax

myVariable1 = myPlotLegend1.Location;

 

myPlotLegend1.Location = myVariable1;

 

See also

PlotLegend Object

PlotWindow Guide