PlotAxis.MaximumValue Property

Top 

Description

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

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Attributes

Type:

number

Access:

read/write

Default Value:

0

 

Syntax

myVariable1 = myPlotAxis1.MaximumValue;

 

myPlotAxis1.MaximumValue = myVariable1;

 

See also

PlotAxis Object

PlotWindow Guide