PlotAxis.UseAutoMaximum Property

Top 

Description

Sets whether or not the axis maximum value is automatically set by the plot. This is set to false if the MaximumValue property is set by the user.

 

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:

boolean

Access:

read/write

Default Value:

true

 

Syntax

myVariable1 = myPlotAxis1.UseAutoMaximum;

 

myPlotAxis1.UseAutoMaximum = myVariable1;

 

See also

PlotAxis Object

PlotWindow Guide