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


IDotDensityRenderer.CreateLegend Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDotDensityRenderer.CreateLegend Method

Creates the legend. Call after all properties are set.

[Visual Basic .NET]
Public Sub CreateLegend ( _
)
[C#]
public void CreateLegend (
);
[C++]
HRESULT CreateLegend(
void
);

Product Availability

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

Description

Call this method after making any changes to the dot density renderer.

See Also

IDotDensityRenderer Interface