PointLayerDef 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
              
- PointLayerDef
 
 
 - 
              Layer
              
 
 - 
          AbstractStructure
          
 
Syntax
public class PointLayerDef : Layer, IDisposable, IPointLayerDef, ILayer, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| PointLayerDef() | 
           Creates an instance of the PointLayerDef 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  | 
      
| HyperCubeDef | 
           The hypercube used by most visualizations JSON property name: qHyperCubeDef  | 
      
| RangeBubbleSizes | 
           The range of point size. JSON property name: rangeBubbleSizes  | 
      
| UseSize | 
           Use measure for point sizing. JSON property name: useSize  |