ActiveReports 12
Item(Int32) Property

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > LegendItemsCollection Class > Item Property : Item(Int32) Property
Index of the item.
Gets or sets the legend item in the collection.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal index As Integer _
) As LegendItem
public LegendItem Item( 
   int index
) {get; set;}

Parameters

index
Index of the item.
See Also

Reference

LegendItemsCollection Class
LegendItemsCollection Members
Overload List