![]() |
MajorUnitsBase








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