ActiveReports 12
Item(String) Property

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > LegendItemsCollection Class > Item Property : Item(String) Property
Name of the item.
Gets or sets the collection item by the given legend item name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal legendItemName As String _
) As LegendItem
public LegendItem Item( 
   string legendItemName
) {get;}

Parameters

legendItemName
Name of the item.
See Also

Reference

LegendItemsCollection Class
LegendItemsCollection Members
Overload List