CAViewer::SetAxisAutoDetail

CAViewer class

Sets a value that determines whether the number of both large and small tick marks on the axes is to be handled automatically by Array Visualizer, or explicitly by using other properties.

BOOL SetAxisAutoDetail(
  BOOL onoroff
  );

Parameters

onoroff
If set to TRUE, AxisAutoDetail is enabled; if set to FALSE, it is disabled.

Return Value

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

Remarks

When AxisAutoDetail is set to FALSE, SetNumMajorTickmarks and SetNumMinorTickmarks can be used to explicitly control the number of tickmarks.

See Also

CAViewer::GetAxisAutoDetail, CAViewer::SetNumMajorTickmarks, CAViewer::SetNumMinorTickmarks