RCol Property

The RCol property returns or sets the radius column for a polar bar chart. Returns a Long.

Syntax

object.RCol

object.RCol = RCol

 

Parameter Type Description
RCol Long required, column A is equal to 1

 

Example 1

This example shows how to return the radius column.

Debug.Print "Radius column = "; PolarBarChart.rCol

Example 2

This example shows how to set the radius column to column C.

PolarBarChart.rCol = 3

 

Used by: AutoPolarBarChart object