![]() |
Discrete








Public Data Item |
Declared in: NiAxis.h |
Declaration
bool Discrete;
Description
Represents only discrete values on the axis, according to the base and interval properties.
Notes:
1. A discrete axis limits the valid values. All values mapped to the axis (such as pointers and graph data) are assigned to the closest discrete value. For example, you can create a discrete axis of integers where the valid values are -1, 0, 1, 2 ,3, and so on.
2. Typically, you create tick marks with the same base and interval.
3. This property does not affect the axis when its Log property is true.