CAViewer::SetNumMinorTickmarks

CAViewer class

Sets the number of small tickmarks for the desired axis.

BOOL SetNumMinorTickmarks(
  enum Axis axis
  short num
  );

Parameters

axis
The desired axis.

num
The number of small tickmarks to be displayed between each set of large tickmarks.

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::GetNumMinorTickmarks, CAViewer::SetNumMajorTickmarks