| CBCGPChartRangeObject::CBCGPChartRangeObject | ( | CBCGPChartVisualObject * | pParentChart, |
| double | dblVal1, | ||
| double | dblVal2, | ||
| BOOL | bHorz, | ||
| const CBCGPBrush & | brFill | ||
| ) |
The constructor.
Constructs a Chart Object.
| pParentChart | A pointer to a parent chart. |
| dblVal1 | Specifies lower bound of the range. |
| dblVal2 | Specifies the upper bound of the range. |
| bHorz | Specifies whether the range is horizontal, or vertical. |
| brFill | Specifies a fill color. If it's not specified (empty), the framework takes fill color from the color scheme of the first series. |