Number of legend groups contained by the object.
[Visual Basic 6.0] Property LegendGroupCount As Long
[Visual Basic .NET] Public ReadOnly Property LegendGroupCount As Integer
[C#] public int LegendGroupCount {get;}
[Java] public int getLegendGroupCount() throws IOException, AutomationException
[C++]
HRESULT get_LegendGroupCount(
long* Count
);
Parameters
Count [out, retval]
Count is a parameter of type long
The number of legend groups is determined by the implementation of the renderer, consequently this property is read only. For example, SimpleRenderer has one group, while a BiUniqueValueRenderer has any number of groups.