LabelsCol2 Property

The LabelsCol2 property returns or sets the floating bar chart labels Top column. Returns a Long.

Syntax

object.LabelsCol2

object.LabelsCol2 = LabelsCol2

 

Parameter Type Description
LabelsCol2 Long required, column number (column A equals 1)

 

Example 1

This example shows how to set the label column to column A.

FloatingBar1.Labels.labelsCol2 = 1

Example 2

This example shows how to return the label column.

Debug.Print LabelFormat.labelsCol2

 

Used by: AutoFloatingBar object

See Also

Plot Labels