dotnetCHARTING Send comments on this topic.
DonutHoleSize Property
See Also  Example
dotnetCHARTING Namespace > Chart Class : DonutHoleSize Property


Gets or sets a percentage value which determines the relative thickness of the donut ring when ChartType.Donut is used.

Syntax

Visual Basic (Declaration) 
Public Property DonutHoleSize As Double
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As Double
 
instance.DonutHoleSize = value
 
value = instance.DonutHoleSize
C# 
public double DonutHoleSize {get; set;}

Example

C#Copy Code
Chart.DonutHoleSize = 60;
    
Visual BasicCopy Code
Chart.DonutHoleSize = 60

See Also

© 2010 All Rights Reserved.