[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IChartDataPointCollection.Item

this Property

this[int, int]

Gets the two-dimensional array of data points in the chart.

Declaration
IChartDataPoint this[int series, int category] { get; }
Parameters
Type Name Description
int series

The series index of the item.

int category

The category index of the item.

Property Value
Type Description
IChartDataPoint

An IChartDataPoint representing the data point at the specified series and category indices.