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


ILegendItem3.LegendClassFormat Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILegendItem3.LegendClassFormat Property

Default formatting information for the legend classes. Renderer may override.

[Visual Basic .NET]
Public Property LegendClassFormat As ILegendClassFormat
[C#]
public ILegendClassFormat LegendClassFormat {get; set;}
[C++]
HRESULT get_LegendClassFormat(
  ILegendClassFormat** Format
);
[C++]
HRESULT put_LegendClassFormat(
  ILegendClassFormat* Format
);
[C++]

Parameters Format [out, retval]
Format is a parameter of type ILegendClassFormat Format [in]
Format is a parameter of type ILegendClassFormat

Product Availability

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

See Also

ILegendItem3 Interface