ScatterplotDataPoint Class
  Namespace: Qlik.Sense.Client.Visualizations.Components
Assembly: Qlik.Sense.Client.dll
  Assembly: Qlik.Sense.Client.dll
Scatter plot data point settings.
Inheritance
- 
      System.Object
      - 
          AbstractStructure
          - ScatterplotDataPoint
 
 
- 
          AbstractStructure
          
Syntax
public class ScatterplotDataPoint : AbstractStructure, IDisposable, IScatterplotDataPoint, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| ScatterplotDataPoint() | Creates an instance of the ScatterplotDataPoint class | 
Properties
| Name | Description | 
|---|---|
| BubbleSizes | Bubble size. JSON property name: bubbleSizes | 
| 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 |