HoleFill Property
The HoleFill property returns the hole AutoFill format object for doughnut plot. This is a read-only property.
Syntax
object.HoleFill
object.HoleFill = HoleFill
Example
This example shows how to set the hole fill pattern to a backward slash.
DoughnutPlot1.HoleFill.PatternName = "Backward Slash"
Used by: AutoDoughnutPlot object