IPointLayerDef Interface
  Namespace: Qlik.Sense.Client.Visualizations.MapComponents
Assembly: Qlik.Sense.Client.dll
  Assembly: Qlik.Sense.Client.dll
Map point layer.
Syntax
public interface IPointLayerDef : ILayer, IAbstractStructureProperties
| 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 |