Labels Property
The Labels property returns the AutoPlotLabels object. This allows the plot label properties to be modified.
Syntax
object.Labels
object.Labels =Labels
Example 1
This example shows how to enable labels on a bar chart.
Bar1.Labels.ShowLabels = True
Example 2
This example shows how to return the label angle.
Debug.Print Bar1.Labels.angle
Used by: Auto3DXYZBarChart object, AutoBarChart object, AutoBoxPlot object, AutoBubblePlot object, AutoFloatingBar object, AutoFunctionPlot object, AutoHistogram object, AutoHLPlot object, AutoLinePlot object, AutoPolarBarChart object, AutoStiffPlot object, AutoTernaryPlot object, AutoVectorPlot object