ActiveReports 10
Item Property (IChartMemberCollection)

GrapeCity.ActiveReports.Extensibility.v10 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace > IChartMemberCollection Interface : Item Property
The index of the element to get.
Gets the IChartMember at the specified index.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As IChartMember
IChartMember this[ 
   int index
]; {get;}

Parameters

index
The index of the element to get.

Property Value

The IChartMember at the specified index.
See Also

Reference

IChartMemberCollection Interface
IChartMemberCollection Members