Click or drag to resize
ScatterplotDataPointRangeBubbleSizes Property
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.

Namespace: Qlik.Sense.Client.Visualizations.Components
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public IEnumerable<int> RangeBubbleSizes { get; set; }

Property Value

Type: IEnumerableInt32

Implements

IScatterplotDataPointRangeBubbleSizes
See Also