CAxis::GetTickCount

CAxis::SetTickCount


int GetTickCount( void );
void SetTickCount( int tickCount );

Description

These functions set or return the number of major tick marks along the current axis. For major tick marks, this is actually the number of tick intervals.

Thus, if the tick count is two, there will be two tick intervals, and three tick marks displayed, as shown below:


CAxis Reference | CPlot Reference