![]() |
MajorUnitsBase








Public Data Item |
Declared in: NiTicks.h |
Declaration
double MajorUnitsBase;
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.