Spread for ASP.NET 12 Product Documentation
HoleSize Property


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > PiePlotArea Class : HoleSize Property
Gets or sets the size of the hole in the middle of the pie.
Syntax
'Declaration
 
Public Property HoleSize As Single
'Usage
 
Dim instance As PiePlotArea
Dim value As Single
 
instance.HoleSize = value
 
value = instance.HoleSize
public float HoleSize {get; set;}
Exceptions
ExceptionDescription
value is less than zero or is greater than or equal to one.
Remarks
Hole size is measured relative to the pie radius (0 = no hole, 1 = full pie radius).
See Also

Reference

PiePlotArea Class
PiePlotArea Members