Add3DDoughnutPlot Method

The Add3DDoughnutPlot method creates a new 3D doughnut plot. Returns an Auto3DDoughnutPlot object.

Syntax

object.Add3DDoughnutPlot( 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, plot name

 

Example

This example shows how to create a 3D doughnut plot.

Shapes.Add3DDoughnutPlot(GrapherApp.Path + "\samples\doughnutplot.dat")

 

Used by: AutoShapes collection