PlotAxis.MinimumValue Property

Top 

Description

Sets the minimum value displayed on the axis. Setting this property will set UseAutoMinimum to false. Note: If the axis is displaying date-formatted strings, use the TimeTools object to convert the desired minimum date to a Modified Julian Date variable in TAI.

 

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:

number

Access:

read/write

Default Value:

0

 

Syntax

myVariable1 = myPlotAxis1.MinimumValue;

 

myPlotAxis1.MinimumValue = myVariable1;

 

See also

PlotAxis Object

PlotWindow Guide