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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |