SRGDisplayBase::SetMinRangeY

void SRGDisplayBase::SetMinRangeY(double dValue)

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.