ActiveReports 12
Item Property (IChartDataPointCollection)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace > IChartDataPointCollection Interface : Item Property
The series index of the item.
The category index of the item.
Gets the two dimensional array of data points in the chart.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal series As Integer, _
   ByVal category As Integer _
) As IChartDataPoint
IChartDataPoint this[ 
   int series,
   int category
]; {get;}

Parameters

series
The series index of the item.
category
The category index of the item.
See Also

Reference

IChartDataPointCollection Interface
IChartDataPointCollection Members