CBCGPChartLineObject::CBCGPChartLineObject | ( | CBCGPChartVisualObject * | pParentChart, |
double | dblVal, | ||
BOOL | bHorz = TRUE , |
||
const CBCGPBrush & | brLine = CBCGPBrush() , |
||
double | dblLineWidth = 1. , |
||
CBCGPStrokeStyle * | pStrokeStyle = NULL |
||
) |
Constructs the object.
The constructor.
pParentChart | A pointer to a parent chart. |
dblVal | X or Y value (in chart coordinates) of vertical or horizontal line. |
bHorz | TRUE - dblVal is treated as Y coordinate of horizontal line; FALSE - dblVal is treated as X coordinate of vertical line. |
brLine | Line color. |
dblLineWidth | Line width. |
pStrokeStyle | Stroke style. |