BCGSuite for MFC
virtual void CBCGPChartAxis::SetFixedMaximumDisplayValue ( double  dblMaximum,
BOOL  bByZoom = FALSE 
)
virtual

Sets fixed maximum displayed value.

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

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