AddRoseDiagram Method
The AddRoseDiagram method adds a 2D rose diagram to an existing polar plot or rose diagram, equivalent to Graph | Add to Graph | Plot. Returns an AutoRoseDiagram object.
Syntax
object.AddRoseDiagram( worksheet, dataCol, binSize, id )
Parameter | Type | Description |
worksheet | String | required, full path and file name of the data |
dataCol | Variant | optional, default = 1 (column A) |
binSize | Variant | optional, default = 5 |
id | Variant | optional, diagram name |
Remarks
A rose diagram can be added to polar-type plots such as wind charts.
Example
This example shows how to add a rose diagram.
Graph2.AddRoseDiagram(GrapherApp.Path + "\samples\windrose.xls")
Used by: AutoGraph object