Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / PiePlotArea Class / HoleSize Property
Example


In This Topic
    HoleSize Property
    In This Topic
    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).
    Example
    This example creates an exploded doughnut chart.
    See Also