Provides access to members that control the legend/TOC entry for a renderer class.
Product Availability
Members
Description | ||
---|---|---|
Description | Legend class description. | |
Format | Optional. If non-null, then layer specifies class formatting information. | |
Label | Legend class label. | |
Symbol | Legend class symbol. |
CoClasses that implement ILegendClass
CoClasses and Classes | Description |
---|---|
LegendClass | The legend/TOC entry for a single renderer class. |
RepresentationLegendClass | A legend class object identifying a representation rule. |
TemporalLegendClass (esriTrackingAnalyst) | Controls settings for individual temporal class, such as time window period and offset. |
Remarks
There are typically many LegendClass objects in a LegendGroup. Each legend class contains a symbol and descriptive text strings form of a Label and Description. The Label appears in the table of contents, and the label and description can appear in the legend.
If a legend group is editable, then the symbol and label for the label classes contained by the legend group can be edited in the table of contents. Changes to symbols symbol will change the renderer's symbology and the map will refresh to reflect this change. Changes to labels will change the content of any legends that contain the layer.
The typically route for modifying renderer appeance through code is to go to the renderer objects themselves. For example, to change the simple renderer symbol, label and description fields, use the methods and properties of ISimpleRenderer in preference to the legend class object.