CAViewer::SetZClamp

CAViewer class

Sets the upper and lower bounds for Z-coordinate values in the Graph View.

void SetZClamp(
  double minval,
  double maxval
  );

Parameters

minval
The lower bound for the Z axis.

maxval
The upper bound for the Z axis.

Return Value

None.

Remarks

This function only affects the graph appearance when AxisAutoScale is disabled.

See Also

CAViewer::SetDataClamp, CAViewer::SetAxisAutoScale, CAViewer::GetZClamp