Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PiePlotArea Class / HoleSize Property


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).
    See Also