| CBCGPChartLineObject::CBCGPChartLineObject | ( | CBCGPChartVisualObject * | pParentChart, |
| double | dblX1, | ||
| double | dblY1, | ||
| double | dblX2, | ||
| double | dblY2, | ||
| const CBCGPBrush & | brLine = CBCGPBrush(), |
||
| double | dblLineWidth = 1., |
||
| CBCGPStrokeStyle * | pStrokeStyle = NULL |
||
| ) |
Constructs the object.
The constructor.
| pParentChart | A pointer to a parent chart. |
| dblX1 | Specifies X1 coordinate of line (in chart coordinates). |
| dblY1 | Specifies Y1 coordinate of line (in chart coordinates). |
| dblX2 | Specifies X2 coordinate of line (in chart coordinates). |
| dblY2 | Specifies Y2 coordinate of line (in chart coordinates). |
| brLine | Line color. |
| dblLineWidth | Line width. |
| pStrokeStyle | Stroke style. |