CAViewer::SetAxisAutoScale

CAViewer class

Determines whether axis auto scaling is automatically adjusted to the data range.

void SetAxisAutoScale(
  BOOL onoroff
  );

Parameters

onoroff
If set to TRUE, the axis scales will be adjusted to the minimum and maximum data values within the Region of Interest (ROI). If set to FALSE, the XMinClamp, XMaxClamp, YMinClamp, YMaxClamp, ZMinClamp, and ZMaxClamp values will be used.

Return Value

None.

See Also

CAViewer::GetAxisAutoScale, CAViewer::SetXClamp, CAViewer::SetYClamp, CAViewer::SetZClamp