Shape Property

The Shape property returns/sets the 3D doughnut shape option.

Syntax

object.Shape

object.Shape = Shape

 

Parameter Type Description
Shape Long required; grfDoughnutShape

 

Example

This example shows how to set the shape to disk for a 3D doughnut plot.

DoughnutPlot1.Shape = grfDiskShape

 

Used by: Auto3DDoughnutPlot object