BCGControlBar Pro for MFC
virtual void CBCGPChartAxis::SetFixedMinimumDisplayValue ( double  dblMinimum,
BOOL  bByZoom = FALSE 
)
virtual

Sets fixed minimum displayed value.

Use this method to define fixed minimum displayed value. The maximum displayed value will be calculated automatically based on the diagram area size and major unit size.

Parameters
dblMinimumSpecifies the minimum displayed value.
bByZoomSpecifies whether the minimum displayed value was set by zoom operation. Set it to FALSE unless you implement a custom zoom algorithm.