'Declaration
ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As IChartGroup
'Usage
Dim instance As IChartGroups Dim index As System.Integer Dim value As IChartGroup value = instance.Item(index)
IChartGroup this[ System.int index ]; {get;}
Parameters
- index
- The zero based index of the chart group to return.