CNiTicks::MajorUnitsBase

CNi

Class
CNiTicks::
MajorUnitsBase
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: MajorTicksNext page: MajorUnitsInterval    
Public Data Item Declared in:
NiTicks.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, they are placed at locations according to the equation below.

MajorUnitsBase + (n * MajorUnitsInterval)

In this equation, n is any integer.

2. See the CNiTicks overview for information about using date/time values.

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