ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IChartDataPointCollection Interface / Item Property
The series index of the item.
The category index of the item.

In This Topic
    Item Property (IChartDataPointCollection)
    In This Topic
    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