[]
        
(Showing Draft Content)

FarPoint.Web.Chart.PiePlotArea.HoleSize

HoleSize Property

HoleSize

Gets or sets the size of the hole in the middle of the pie.

Declaration
[FpCategory("Category_Appearance")]
public float HoleSize { get; set; }
<FpCategory("Category_Appearance")>
Public Property HoleSize As Single
Remarks

Hole size is measured relative to the pie radius (0 = no hole, 1 = full pie radius).

Exceptions
Type Condition
ArgumentOutOfRangeException

value is less than zero or is greater than or equal to one.