LabelsAtBottom Property
The LabelsAtBottom property returns or sets the Labels at Bottom setting. Returns a Boolean.
Syntax
object.LabelsAtBottom
object.LabelsAtBottom = LabelsAtBottom
| Parameter | Type | Description | 
| LabelsAtBottom | Boolean | required, true to draw labels at bottom | 
Example
This example shows how to place the labels at the bottom of a bar chart.
Bar1.LabelsAtBottom = True
Used by: AutoBarChart object, AutoHistogram object