SRGraphStyle::GetUseMaxScale
inline BOOLSRGraphStyle::GetUseMaxScale(void)
Gets the semaphore which forces SRGraphDisplay objects to lock their scales to a specific range
Defined in: SRGDat.h
Return Value
TRUE if scales are to be locked, otherwise FALSE
See also...
Feature masks , SetUseMaxScale, SRGraphDisplay::m_dMaxRangeY , m_dwStyleA
Developer Notes
For Pie graphs, SetUseMaxScale(TRUE) and SetMinRangeX(dMin) can be used to prevent small wedges (smaller than dMin) from being labeled. If dMin is a negative number between 0 and -100, -dMin sets the limit as a percentage of the total pie.