Text (Get method)

Gets the OBJPROP_TEXT (text) property of the chart object.

string  Text()

Return Value

The value of the OBJPROP_TEXT property.

Text (Set method)

Sets the OBJPROP_TEXT (text) property of the chart object.

bool  Text(
   const string  value      // value
   )

Parameters

value

[in]  New value of the OBJPROP_TEXT property.

Return Value

true - successful, otherwise - false.