Diameter Property
The Diameter property returns/sets the 2D or 3D pie chart or doughnut plot Diameter option.
Syntax
object.Diameter
object.Diameter = Diameter
Parameter | Type | Description |
Diameter | Double | required; in page units |
Example 1
This example shows how to set the diameter for a pie chart to 3.5 inches.
Graph1.Diameter = 3.5
Example 2
This example shows how to set the diameter for a doughnut plot to 3.5 inches.
DoughnutPlot1.Diameter = 3.5
Used by: AutoPieChart Object