CAViewer::GetXClamp
CAViewer class
Gets the upper and lower bounds for X-coordinate values in the Graph View.
- void GetXClamp(
*double minval,
*double maxval
);
Parameters
- minval
-
A pointer to double that receives the lower bound for the X axis.
- maxval
-
A pointer to double that receives the upper bound for the X axis.
Return Value
None.
Remarks
See Remarks under CAViewer::SetXClamp.
See Also
CAViewer::SetXClamp