CNiAxis3D::SetMinMax

3D Graph

Class
CNiAxis3D::
SetMinMax()
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: operator =Next page: CNiAxis3D    
Public Function Declared in:
NiAxis3d.h

'Declaration' icon -- Shortcut to top of page. Declaration

void SetMinMax(
    double Minimum,
    double Maximum);

'Description' icon -- Shortcut to top of page. 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.

Shortcut to top of page. Parameters

double Minimum

The new minimum value for the axis.

double Maximum

The new maximum value for the axis.

'See Also' icon -- Shortcut to top of page. See Also