ACol Property
The ACol property returns or sets the angle column for a polar bar chart. Returns a long.
Syntax
object.ACol
object.ACol = ACol
Parameter | Type | Description |
ACol | Long | required, column A is equal to 1 |
Example 1
This example shows how to return the angle column.
Debug.Print "Angle column = "; PolarBarChart.aCol
Example 2
This example shows how to set the angle column to column D.
PolarBarChart.aCol = 4
Used by: AutoPolarBarChart object