CNiTicks3D::MajorUnitsBase

3D Graph

Class
CNiTicks3D::
MajorUnitsBase
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: MajorTicksNext page: MajorUnitsInterval    
Public Data Item Declared in:
NiTicks3d.h

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

double MajorUnitsBase;

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

Specifies the base number for calculating ticks.

Notes:

1. When ticks are spaced by units, ticks are placed at locations that fit the equation shown below.

MajorUnitsBase + (n * MajorUnitsInterval)

Where n is any integer.

2. Setting this property overrides the MajorDivisions and MinorDivisions properties and causes the MajorUnitsInterval and MinorUnitsInterval properties to take effect.

3. See the CNiTicks3D overview for information about using date/time values.

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