Sides Property
The Sides property returns/sets the 3D doughnut Number of sides option.
Syntax
object.Sides
object.Sides = Sides
Parameter | Type | Description |
Sides | Long | required; number of sides for the torus |
Example
This example shows how to set the Number of sides to 5 for a 3D doughnut plot.
DoughnutPlot1.Sides = 5
Used by: Auto3DDoughnutPlot
object