|
Description (Get Method)
Gets a description (text) of a graphical object.
string Description() const |
Return Value
Description (text) of the graphical object attached to an instance of the class. If there is no attached object, it returns NULL.
Description (Set Method)
Sets the description (text) of the graphical object.
bool Description(
|
Parameters
text
[in] New description (text) of a graphical object.
Return Value
true - success, false - cannot change the description (text).
Example:
//--- example for CChartObject::Description
|