SRGLogScale::SRGLogScale
SRGLogScale::SRGLogScale(CPointptStart, CPointptEnd, doubledMinValue, doubledmaxValue, doubledResolution, CString &strFormatString)
Constructor with explicit initialization
Defined in: DScale.cpp
Parameters
ptStart
Start position anchor
ptEnd
End position anchor
dMinValue
Minimum value to display
dmaxValue
Maximum value to display
dResolution
Resolution between steps (unused)
strFormatString
Printf-style format string with one floating point type and any other text desired (for example " $%.2g" will show $250 $300 $350 etc.)