Font
Font (Get method)
Gets the OBJPROP_FONT (font) property of the chart object.
string Font()Return Value
The value of theOBJPROP_FONT property.
Font (Set method)
Sets the OBJPROP_FONT (font) property of the chart object.
bool Font(
const string value // value
)Parameters
- value
[in] New value of the OBJPROP_FONT property.
Return Value
true - successful, otherwise - false.
Last updated on