![]() |
SetMinMax()








Public Function |
Declared in: NiAxis3d.h |
Declaration
void SetMinMax( double Minimum, double Maximum);
Description
Sets both the minimum and the maximum values of the axis at the same time.
Notes:
1. Use this function to avoid setting a minimum value that is greater than the maximum, or a maximum value that is less than the minimum.
2. To make the axis appear inverted, set the Inverted property.
3. See the CNiAxis3D overview for information about using date/time values.
Parameters
double Minimum
double Maximum
The new minimum value for the axis.
The new maximum value for the axis.