PointLayer Class
  Namespace: Qlik.Sense.Client.Visualizations.MapComponents
Assembly: Qlik.Sense.Client.dll
  Assembly: Qlik.Sense.Client.dll
Map point layer.
Inheritance
- 
      System.Object
      - 
          AbstractStructure
          - 
              Layer
              - PointLayer
 
 
- 
              Layer
              
 
- 
          AbstractStructure
          
Syntax
public class PointLayer : Layer, IDisposable, IPointLayer, ILayer, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| PointLayer() | Creates an instance of the PointLayer class | 
Properties
| Name | Description | 
|---|---|
| AutoMinMax | Use automatic min/max from the measure to control point size. JSON property name: autoMinMax | 
| BubbleSizes | The size of the points. JSON property name: bubbleSizes | 
| CustomMax | JSON property name: customMax | 
| CustomMin | JSON property name: customMin | 
| HyperCube | JSON property name: qHyperCube | 
| RangeBubbleSizes | The range of point size. JSON property name: rangeBubbleSizes | 
| UseSize | Use measure for point sizing. JSON property name: useSize |