ArcObjects Library Reference (Carto)  

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

Remarks

Call this property after making changes to renderer properties. This updates the legend information for the renderer which appears in the ArcMap table of contents and can appear in the legend.

See Also

IChartRenderer Interface