AddPolarBarChartGraph Method
The AddPolarBarChartGraph method creates a new 2D polar bar chart. Returns an AutoGraph object.
Syntax
object.AddPolarBarChartGraph( worksheet, rCol, aCol, id )
Parameter | Type | Description |
worksheet | String | required, full path and file name of the data |
rCol | Variant | optional, default = 1 (column A) |
aCol | Variant | optional, default = 2 (column B) |
id | Variant | optional, graph name |
Example
This example shows how to create a polar bar chart.
Shapes.AddPolarBarChartGraph(GrapherApp.Path + "\samples\bar chart orientations.dat")
Used by: AutoShapes collection
See Also