Show / Hide Table of Contents

Property LabelDefinitions

LabelDefinitions

Gets the collection of LabelDefinition objects that define label display for the summarized attribute values of aggregated geoelements.

Declaration
public IList<LabelDefinition> LabelDefinitions { get; }
Property Value
Type Description
System.Collections.Generic.IList<LabelDefinition>

The collection of LabelDefinition objects that define label display for the summarized attribute values of aggregated geoelements.

Remarks

Label expressions can only refer to the fields defined in AggregateFields. Feature layer fields are not accessible to aggregated geoelements. AggregationFeatureReduction.LabelDefinitions is independent of FeatureLayer.LabelDefinitions and GraphicsOverlay.LabelDefinitions. Labels on aggregated geoelements will only appear if there is at least one LabelDefinition defined.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.