Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
The Position property as it applies to the DataLabel, DataLabels, and Legend objects.
DataLabel and DataLabels objects
Returns or sets the position of the data label. Read/write XlDataLabelPosition.
Syntax
expression.Position
expression Required. An expression that returns a DataLabel object or DataLabels collection.
Legend object
Returns or sets the position of the legend on the chart. Read/write XlLegendPosition.
Syntax
expression.Position
expression Required. An expression that returns a Legend object.
Example
This example sets the position of the legend to the top of the chart.
myChart.Legend.Position = xlLegendPositionTop
Support and feedback
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.