SRGDecimalScale::m_dResolution
double SRGDecimalScale::m_dResolutionNumeric interval between labels -- by default this value is 0.01, but it may be set to any desired value.
Remarks
This value will be automatically changed to suit the length of the line and the size of the font. The formula for these changes allows a sensible scale to be created that works with most graph types. For example, if a decimal scale from 0 to 10 is required, steps may be displayed as...0 1 2 3 4 5 6 7 8 9 10 or...
0 2 4 6 8 10 or...
0 0.5 1 1.5 2 2.5 3 3.5 etc.