Optional. Defines legend formatting for layer rendered with this object.
[Visual Basic 6.0] Property LegendItem As ILegendItem
[Visual Basic .NET] Public ReadOnly Property LegendItem As ILegendItem
[C#] public ILegendItem LegendItem {get;}
[Java] public ILegendItem getLegendItem() throws IOException, AutomationException
[C++] HRESULT get_LegendItem( ILegendItem** Format );
Layer or renderer legend information is further formatted for display in ArcMap legends. A renderer can override this formatting by returning a LegendItem for this property. ESRI renderers typically do not return anything for this property. With this configuration, legend formatting becomes a user or developer choice on the legend object.