This document is archived and information here might be outdated. Recommended version. |
Legend group at the specified index.
[Visual Basic .NET] Public Function get_LegendGroup ( _ ByVal Index As Integer _ ) As ILegendGroup
[C#] public ILegendGroup get_LegendGroup ( int Index );
[C++]
HRESULT get_LegendGroup(
long Index,
ILegendGroup** LegendGroup
);
[C++] 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.