ShowObjectDescr
ShowObjectDescr (Get Method)
Gets the value of “ShowObjectDescr” property (show description for graphic objects).
bool ShowObjectDescr() constReturn Value
Value of “ShowObjectDescr” property of the chart assigned to the class instance. If there is no chart assigned, it returns false.
ShowObjectDescr (Set Method)
Sets new value for “ShowObjectDescr” property.
bool ShowObjectDescr(
bool show // property value
)Parameters
- show
[in] New value for “ShowObjectDescr” property.
Return Value
true - successful, false - cannot change the property.
Last updated on