This document is archived and information here might be outdated.  Recommended version.


IRendererFields Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRendererFields Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IRendererFields

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.