Position property (Excel Graph)
The Position property as it applies to the DataLabel, DataLabels, and Legend objects.
Returns or sets the position of the data label. Read/write XlDataLabelPosition.
expression.Position
expression Required. An expression that returns a DataLabel object or DataLabels collection.
Returns or sets the position of the legend on the chart. Read/write XlLegendPosition.
expression.Position
expression Required. An expression that returns a Legend object.
This example sets the position of the legend to the top of the chart.
myChart.Legend.Position = xlLegendPositionTop
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.