BCGControlBar Pro for MFC
void CBCGPChartAxis::SetMinimumValue ( double  dblVal)
inline

Sets the minimum value on an axis.

The minimum value is usually calculated automatically as the minimum value among all series displayed on the axis.

If you wish to limit displayed range, use SetFixedMinimumDisplayedValue() or SetFixedDisplayRange().

Parameters
dblValSpecifies the new minimal value.