Legend group at the specified index.
[Visual Basic 6.0] Property LegendGroup(
ByVal Index As Long _
) As ILegendGroup
[Visual Basic .NET] Public Function get_LegendGroup ( _ ByVal Index As Integer _ ) As ILegendGroup
[C#] public ILegendGroup get_LegendGroup ( int Index );
[Java] public ILegendGroup getLegendGroup ( Long Index )
[C++] HRESULT get_LegendGroup( long Index, ILegendGroup** LegendGroup );
Parameters
Index
Index is a parameter of type long
LegendGroup [out, retval]
LegendGroup is a parameter of type ILegendGroup
The content and number of legend groups is determined by the implementation of the renderer, consequently this property is read only.