Segments Property

The Segments property returns/sets the 3D doughnut Number of segments option.

Syntax

object.Segments

object.Segments = Segments

 

Parameter Type Description
Segments Long required; number of segments for the torus

 

Example

This example shows how to set the number of segments to 20 for a 3D doughnut plot.

DoughnutPlot1.Segments = 20

 

Used by: Auto3DDoughnutPlot object