[]
Gets or sets the size of the largest bubble.
[FpCategory("Category_Appearance")]
public float BubbleSize { get; set; }
<FpCategory("Category_Appearance")>
Public Property BubbleSize As Single
Size is measured relative to plot area width (0 = no width, 1 = width of plot area).
Type | Condition |
---|---|
ArgumentOutOfRangeException | value is less than or equal to zero or is greater than one. |