ScatterplotLayout Class
  Namespace: Qlik.Sense.Client.Visualizations
Assembly: Qlik.Sense.Client.dll
  Assembly: Qlik.Sense.Client.dll
Scatter plot visualization.
Inheritance
- 
      System.Object
      - 
          AbstractStructure
          - 
              GenericObjectLayout
              - 
                  VisualizationBaseLayout
                  - ScatterplotLayout
 
 
- 
                  VisualizationBaseLayout
                  
 
- 
              GenericObjectLayout
              
 
- 
          AbstractStructure
          
Syntax
public class ScatterplotLayout : VisualizationBaseLayout, IDisposable, IScatterplotLayout, IVisualizationBaseLayout, IGenericObjectLayout, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| ScatterplotLayout() | Creates an instance of the ScatterplotLayout class | 
Properties
| Name | Description | 
|---|---|
| Color | Color settings. JSON property name: color | 
| CompressionResolution | Scatter plot resolution settings for compressed data JSON property name: compressionResolution | 
| DataPoint | Scatter plot data point settings. JSON property name: dataPoint | 
| GridLine | Grid lines settings. JSON property name: gridLine | 
| HyperCube | JSON property name: qHyperCube | 
| Labels | Scatter plot label settings. JSON property name: labels | 
| Legend | Legend settings. JSON property name: legend | 
| Navigation | Show navigation UI. JSON property name: navigation | 
| RefLine | Scatter plot reference lines. Set on X-axis and Y-axis separately. JSON property name: refLine | 
| XAxis | JSON property name: xAxis | 
| YAxis | JSON property name: yAxis |