CAViewer::SetDataClamp

CAViewer class

Enables or disables data clamping.

void SetDataClamp(
  BOOL onoroff
  );

Parameters

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

Return Value

None.

Remarks

Data clamping determines whether the Graph View clamps data values that are outside the clamp range.

If data clamping is enabled, data values will be "clamped" to the clamp range. If data clamping is disabled and array values within the Region of Interest (ROI) extend beyond the clamp range, the Graph View will "clip" out data points outside the clamp range.

See Also

CAViewer::SetXClamp, CAViewer::SetYCLamp, CAViewer::SetZClamp, CAViewer::SetAxisAutoScale, CAViewer::GetDataClamp