Description
For each McGraphObj in the collection, sets the LabelOffset property.
-
Return Type
-
None
-
Syntax
-
object.SetLabelOffset OffsetX, OffsetY
The SetLabelOffset Method syntax has these parts: |
| object | An expression evaluating to an object of type McDisplayedObjects. | | OffsetX | Required. A Long value. X offset of label.
| | OffsetY | Required. A Long value. Y offset of label.
|
|