PlotWindow.SetAxisLimits(String, Variable, Variable) Method

Top 

Description

Sets the limits for the specified axis. Specifying a value of -999 will set this value to be automatically determined. Note that this is not valid for the Theta axis when using a polar plot, and will report an error.

 

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.

 

Method Signature

PlotWindow.SetAxisLimits(

String axis,


Variable min,


Variable max)

 

 

Arguments

axis


Description:

The axis whose limits are to be set.

Valid Values:

Value

Label

"X"

X

"Y"

Y

"Radial"

Radial

 

 

 

min


Description:

The minimum value for the specified axis. Specifying a value of -999 will set this axis minimum to the automatically determined value.

 

 

max


Description:

The maximum value for the specified axis. Specifying a value of -999 will set this axis maximum to the automatically determined value.

 

 

 

Syntax

myPlotWindow1.SetAxisLimits(myString1, myVariable1, myVariable2);

 

 

See also

PlotWindow Object

PlotWindow Guide