CAViewer::GetYClamp

CAViewer class

Gets the upper and lower bounds for Y-coordinate values in the Graph View.

void GetYClamp(
  *double minval,
  *double maxval
  );

Parameters

minval
A pointer to double that receives the lower bound for the Y axis.

maxval
A pointer to double that receives the upper bound for the Y axis.

Return Value

None.

Remarks

See Remarks under CAViewer::SetYClamp.

See Also

CAViewer::SetYClamp