CNiAxis::DiscreteBase

CNi

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

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

double DiscreteBase;

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

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