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