Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeatureReductionClusterProperties

Hierarchy

  • FeatureReductionClusterProperties

Index

Properties

Optional clusterMaxSize

clusterMaxSize: string | number

Defines the symbol size of the largest cluster in points (or pixels if specified).

Read more...

Optional clusterMinSize

clusterMinSize: string | number

Defines the symbol size of the smallest cluster in points (or pixels if specified).

Read more...

Optional clusterRadius

clusterRadius: string | number

Defines the radius in points (or pixels if specified) of each area in which multiple points will be grouped and visualized as a single cluster.

Read more...

Optional labelingInfo

labelingInfo: LabelClassProperties[]

Defines labels for clusters as an array of LabelClass.

Read more...

Optional labelsVisible

labelsVisible: boolean

Indicates whether to display labels for the clusters.

Read more...

Optional popupEnabled

popupEnabled: boolean

Indicates whether to display the cluster popup.

Read more...

Optional popupTemplate

The PopupTemplate to apply to clustered graphics.

Read more...

Optional type

type: "cluster"

The feature reduction type.

Read more...

Generated using TypeDoc