ArcObjects Library Reference (Carto)  

IRendererFields Interface

Provides access to members that work with the list of fields for renderers that use multiple value fields.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method AddField Adds a field to the renderer.
Method ClearFields Removes all fields from the renderer.
Method DeleteField Removes the specified field from the renderer.
Read/write property Field Field at the specified index.
Read/write property FieldAlias Field alias at the specified index.
Read-only property FieldCount Number of fields.

CoClasses that implement IRendererFields

CoClasses and Classes Description
ChartRenderer A chart renderer used to draw pie, bar, and stacked bar chart symbols.
DotDensityRenderer A dot density renderer.

Remarks

This interface provides access to properties and methods for working with fields for renderers that support multiple fields.