ExpandedClusterSpiralLayout.Initialize(MapItem) Method
If overridden, initializes the cluster parameters.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
clusterItem | MapItem | An item that indicates the cluster. |
Remarks
You can use the Initialize
method to access the clustered item collection (clusterItem.ClusteredItems
) and perform custom calculations. For example, you can compute the cluster’s center point.
See Also