| CBCGPChartLineObject* CBCGPChartVisualObject::AddChartLineObject | ( | double | dblX1, |
| double | dblY1, | ||
| double | dblX2, | ||
| double | dblY2, | ||
| const CBCGPBrush & | brLine = CBCGPBrush(), |
||
| double | dblWidth = 1., |
||
| CBCGPStrokeStyle * | pStrokeStyle = NULL |
||
| ) |
Adds a new Line Chart Object to a diagram.
Use this helper to add a new Line Chart Object to a diagram.
| dblX1 | X1 coordinate of the line (in X axis coordinates). |
| dblY1 | Y1 coordinate of the line (in Y axis coordinates). |
| dblX2 | X2 coordinate of the line (in X axis coordinates). |
| dblY2 | Y2 coordinate of the line (in Y axis coordinates). |
| brLine | Line color. |
| dblWidth | Line width. |
| pStrokeStyle | Line stroke style. |