'Declaration Public Shadows Default Property Item( _ ByVal index As Integer _ ) As ChartLabel
'Usage Dim instance As ChartLabelCollection Dim index As Integer Dim value As ChartLabel instance.Item(index) = value value = instance.Item(index)
public new ChartLabel this[ int index ]; {get; set;}
Parameters
- index