RangeBubbleSizes Property
Overloads
| RangeBubbleSizes | Bubble sizes. Represented as an array of two integers where the first index is the from-size and the second the to-size. From-size needs to be smaller. JSON property name: rangeBubbleSizes | 
RangeBubbleSizes
Bubble sizes. Represented as an array of two integers where the first index is the from-size and the second the to-size. From-size needs to be smaller.
JSON property name: rangeBubbleSizes
Declaration
      IEnumerable<int> RangeBubbleSizes { get; set; }
    
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<System.Int32> |