![]() |
DiscreteBase








Public Data Item |
Declared in: NiAxis.h |
Declaration
double DiscreteBase;
Description
Specifies the base value for discrete axes.
Notes:
1. The equation below describes valid values on a discrete axis.
ValidValue = DiscreteBase + (n * DiscreteInterval)
In the equation above, n is any integer, positive or negative. DiscreteBase and DiscreteInterval specify the discrete values that are valid on the axis. For example, for discrete values of integers, set DiscreteBase to 0 and DiscreteInterval to 1. For discrete values of 0.25, 0.5, 0.75, and so on, set DiscreteBase to 0 and DiscreteInterval to 0.25.
2. See the CNiAxis overview for information about using date/time values.