BCGControlBar Pro for MFC
CBCGPGaugeColoredRangeObject::CBCGPGaugeColoredRangeObject ( double  dblStartValue,
double  dblFinishValue,
const CBCGPBrush brFill,
const CBCGPBrush brFrame,
int  nScale = 0,
double  dblStartWidth = 0.,
double  dblFinishWidth = 0.,
double  dblOffsetFromFrame = 0.,
const CBCGPBrush brTextLabel = CBCGPBrush(),
const CBCGPBrush brTickMarkOutline = CBCGPBrush(),
const CBCGPBrush brTickMarkFill = CBCGPBrush() 
)
inline

Constructor.

Parameters
dblStartValueThe range start value.
dblFinishValueThe range finish value.
brFillThe range fill brush.
brFrameThe range outline brush.
nScaleThe zero-based scale index.
dblStartWidthThe width of the first point.
dblFinishWidthThe width of the last point.
dblOffsetFromFrameThe offset from frame, in pixels.
brTextLabelThe color of scale text labels located in the given range.
brTickMarkOutlineThe outline color of scale tick marks located in the given range.
brTickMarkFillThe fill color of scale tick marks located in the given range.