Enum LabelRemoveDuplicatesStrategy
The strategy for whether labels should be removed if they have the same text as other labels, to reduce clutter and free up space.
Namespace: Esri.ArcGISRuntime.Mapping.Labeling
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum LabelRemoveDuplicatesStrategy
Fields
Name | Description |
---|---|
All | Remove nearby duplicate labels. The distance within which to look for duplicates is controlled by RemoveDuplicatesDistance. |
Automatic | The default approach to duplicate labels to is keep them (None). This value corresponds to no value being specified for a RemoveDuplicatesStrategy property. |
FeatureType | Remove nearby duplicate labels, if they belong to the same Feature Type. Two features are considered the same type if they are both point features, both line features, or both polygon features. The distance within which to look for duplicates is controlled by RemoveDuplicatesDistance. |
LabelClass | Remove nearby duplicate labels, if they below to the same Label Class. Two labels are considered the same Label Class if they are both created from the same LabelDefinition. The distance within which to look for duplicates is controlled by RemoveDuplicatesDistance. |
None | No duplicates should be removed. Place all labels on the map, regardless of duplicates. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.11 - 100.15 |
.NET 5 | 100.11 - 100.12 |
.NET Core 3.1 | 100.11 - 100.12 |
Xamarin.Android | 100.11 - 100.15 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 100.15 |