|
Anchor (Get Method)
Gets anchor type of the "Arrow" object
ENUM_ARROW_ANCHOR Anchor() const |
Return Value
Anchor type of the "Arrow" object assigned to the class instance (to the chart). If there is no object assigned, it returns WRONG_VALUE.
Anchor (Set Method)
Sets anchor type for the "Arrow" object
bool Anchor(
|
Parameters
anchor
[in] New anchor type value
Return Value
true - successful, false - cannot change the anchor type.
Example:
//--- example for CChartObject::Anchor
|