CAViewer::SetXClamp

CAViewer class

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

void SetXClamp(
  double minval,
  double maxval
  );

Parameters

minval
The lower bound for the X axis.

maxval
The upper bound for the X axis.

Return Value

None.

Remarks

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

See Also

CAViewer::SetDataClamp, CAViewer::SetGraphType, CAViewer::SetAxisAutoScale, CAViewer::GetXClamp