Description
Return a point where to attach a label if any.
-
Return Type
-
None
-
Syntax
-
object.GetLabelAnchor x, y, ToRight, ToBottom
The GetLabelAnchor Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObjServer. | | x | Required. A Single value. x image coordinate of the label anchor.
| | y | Required. A Single value. y image coordinate of the label anchor.
| | ToRight | Required. A Boolean value. Set to True to place the label on the right.
| | ToBottom | Required. A Boolean value. Set to True to place the label below the object.
| Remarks
This method is called for objects which contain a label, and is used together with the McGraphObj.GetLabelOffset method (offset is relative to the point anchor provided here) to place the label.
|