LabelsCol Property
The LabelsCol property returns or sets the plot labels column. Returns a Long.
Syntax
object.LabelsCol
object.LabelsCol = LabelsCol
Parameter | Type | Description |
LabelsCol | Long | required, column number (column A equals 1) |
Example 1
This example shows how to set the label column to column A.
Plot1.Labels.labelsCol = 1
Example 2
This example shows how to return the label column.
Debug.Print LabelFormat.labelsCol
Used by: AutoPieChart object, AutoPlotLabels object