Constants Reference > Constants Members > Anchor Constants |
Anchor Constants
Specifies the position of the Legend or ChartLabel object relative to the chart interior. (Note that oc2dAnchorCenter and oc2dAnchorAutomatic can only be specified for ChartLabel objects.)
Constant |
Positioning |
oc2dAnchorNorth |
Above chart. |
oc2dAnchorSouth |
Below chart. |
oc2dAnchorEast |
To right of chart. |
oc2dAnchorWest |
To left of chart. |
oc2dAnchorNorthWest |
Above and to left of chart. |
oc2dAnchorNorthEast |
Above and to right of chart. |
oc2dAnchorSouthWest |
Below and to left of chart. |
oc2dAnchorSouthEast |
Below and to right of chart. |
oc2dAnchorCenter |
Center over attachment position (ChartLabel object only). |
oc2dAnchorAuto |
Use object-specified best location (ChartLabel object only). |