BCGSuite for MFC
CBCGPChartRangeObject::CBCGPChartRangeObject ( CBCGPChartVisualObject pParentChart,
double  dblVal1,
double  dblVal2,
BOOL  bHorz,
const CBCGPBrush brFill 
)

The constructor.

Constructs a Chart Object.

Parameters
pParentChartA pointer to a parent chart.
dblVal1Specifies lower bound of the range.
dblVal2Specifies the upper bound of the range.
bHorzSpecifies whether the range is horizontal, or vertical.
brFillSpecifies a fill color. If it's not specified (empty), the framework takes fill color from the color scheme of the first series.