CBCGPChartObject* CBCGPChartVisualObject::AddChartTextObject | ( | const CBCGPRect & | rcCoordinates, |
const CString & | strText, | ||
CBCGPChartObject::CoordinateMode | mode = CBCGPChartObject::CM_PIXELS , |
||
BOOL | bRelativeToDefaultAxes = TRUE |
||
) |
Adds a new Text Chart Object.
Call this helper method to add a new Text Chart Object with specified coordinates and coordinate mode.
mode can be one of the following enumerated values:
rcCoordinates | Coordinates of the new object that are treated according to coordinate mode. |
strText | Text string. |
mode | Coordinate mode. |
bRelativeToDefaultAxes | TRUE - coordinates of the newly created object are calculated according to default (primary) axes; FALSE - SetRelatedAxes will be called later for the newly created object. |