Anchor Property (ChartLabel)
Where to position the chart label relative to the attachment location.
Syntax
Property Anchor As AnchorConstants
Example
' Position label below chart
Chart2D1.ChartLabels(1).Anchor = oc2dAnchorSouth
See Also
Anchor Constants
ChartLabel Object