PlotAxis.UseAutoMinimum Property

Top 

Description

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

 

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.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

true

 

Syntax

myVariable1 = myPlotAxis1.UseAutoMinimum;

 

myPlotAxis1.UseAutoMinimum = myVariable1;

 

See also

PlotAxis Object

PlotWindow Guide