CNiAxis::Discrete

CNi

Class
CNiAxis::
Discrete
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: CaptionColorNext page: DiscreteBase    
Public Data Item Declared in:
NiAxis.h

'Declaration' icon -- Shortcut to top of page. Declaration

bool Discrete;

'Description' icon -- Shortcut to top of page. 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.

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