LabelPos Property
The LabelPos property returns or sets the label position. Used by 2D floating bar charts, 3D XYY floating bar charts, and 3D XYZ floating bar charts only. Returns a Long.
Syntax
object.LabelPos
object.LabelPos = LabelPos
Parameter | Type | Description |
LabelPos | Long | required, grfLabelVPos |
Example
This example shows how to set the label position for a floating bar chart.
PlotLabels.LabelPos = grfLabelsBothTopBottom
Used by: AutoPlotLabels object