Add3DPieChart Method
The Add3DPieChart method creates a new 3D XYY pie chart. Returns an Auto3DPieChart object.
Syntax
object.Add3DPieChart( worksheet, dataCol, labelsCol, id )
Parameter | Type | Description |
worksheet | String | required, data's full path and file name |
dataCol | Variant | optional, default = 1 (column A) |
labelsCol | Variant | optional, default = 2 (column B) |
id | Variant | optional, chart name |
Example
This example shows how to create a 3D XYY pie chart.
Shapes.Add3DPieChart(GrapherApp.Path + "\samples\pie1.dat")
Used by: AutoShapes collection