SRGDisplayBase::SetMinRangeY
voidSRGDisplayBase::SetMinRangeY(doubledValue)
Sets the minimum Y value which can be used to display data in this graph
Defined in: SRGDisplayBase.cpp
Parameters
dValue
Minimum range value
Developer Notes
For Pie graphs, SetUseMaxScale(TRUE) and SetMinRangeY(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.