HolePercent Property
The HolePercent property returns or sets the hole percentage size in a doughnut plot or 3D doughnut plot. Returns a Double.
Syntax
object.HolePercent
object.HolePercent = HolePercent
Parameter | Type | Description |
HolePercent | Double | required, value must be between 0 and 95 |
Example
This example shows how to set the size of a hole for doughnut plot.
DoughnutPlot1.HolePercent = 35