ActiveReports Developer 7
Item(String) Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > LegendItemsCollection Class > Item Property : Item(String) Property

legendItemName
Name of the item.

Glossary Item Box

Gets or sets the collection item by the given legend item name.

Syntax

Visual Basic (Declaration) 
Public Overloads ReadOnly Property Item( _
   ByVal legendItemName As System.String _
) As LegendItem
C# 
public LegendItem Item( 
   System.string legendItemName
) {get;}

Parameters

legendItemName
Name of the item.

See Also