ArcObjects Library Reference (Carto)  

IDotDensityUIRenderer Interface

Provides access to members that work with additional renderer properties which appear on the user interface.

Product Availability

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

Description

This interface provides access to properties of a DotDensityRenderer that are data-related.  You must set properties through this interface for the interactive GUI control on the MultiDotDensityPropertyPage to work properly.

Members

Description
Read/write property MaxDensity Maximum density.
Read/write property MaxDensityArea Area in map units of the polygon with maximum density.
Read/write property MeanArea Mean area in map units.
Read/write property MeanDensity Mean density.
Read/write property MinDensity Minimum density.
Read/write property MinDensityArea Area in map units of the polygon with minimum density.

CoClasses that implement IDotDensityUIRenderer

CoClasses and Classes Description
DotDensityRenderer A dot density renderer.