CAViewer::SetNumMajorTickmarks

CAViewer class

Sets the number of large tickmarks displayed along the indicated axis.

BOOL SetNumMajorTickmarks(
  enum Axis axis
  short num
  );

Parameters

axis
The desired axis.

num
The number of large tickmarks to be displayed.

Return Value

Returns TRUE if the operation was successful; otherwise, FALSE.

Remarks

This method will not effect the Graph View appearance until AxisAutoDetail is disabled.

See Also

CAViewer::SetAxisAutoDetail, CAViewer::GetNumMajorTickmarks, CAViewer::SetNumMinorTickmarks