Show / Hide Table of Contents

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
RemoveDuplicatesStrategy

Applies to

TargetVersions
.NET Standard 2.0100.11 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.11 - 100.15
.NET 5100.11 - 100.12
.NET Core 3.1100.11 - 100.12
Xamarin.Android100.11 - 100.15
Xamarin.iOS100.11 - 100.15
UWP100.11 - 100.15
In This Article
Back to top Copyright © 2022 Esri.