'Declaration Public Overloads Property Item( _ ByVal index As Integer _ ) As LegendItem
public LegendItem Item( int index ) {get; set;}
Parameters
- index
- Index of the item.
'Declaration Public Overloads Property Item( _ ByVal index As Integer _ ) As LegendItem
public LegendItem Item( int index ) {get; set;}