[]
        
(Showing Draft Content)

FarPoint.Web.Chart.XYBubbleSeries.BubbleSize

BubbleSize Property

BubbleSize

Gets or sets the size of the largest bubble.

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

Size is measured relative to plot area width (0 = no width, 1 = width of plot area).

Exceptions
Type Condition
ArgumentOutOfRangeException

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