ChartDataPointCollection.Item Property
Gets the two dimensional array of data points in the chart.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
series As Integer, _
category As Integer _
) As ChartDataPoint
public ChartDataPoint this [
int series,
int category
] { get; }
public:
property ChartDataPoint^ default [int, int] {
ChartDataPoint^ get (int series, int category);
}
/** @property */
public ChartDataPoint get_Item (int series, int category)
Parameters
- series
The series index of the item.
- category
The category index of the item.
Property Value
A two-dimensional array of ChartDataPoint objects.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ChartDataPointCollection Class
ChartDataPointCollection Members
Microsoft.ReportingServices.ReportRendering Namespace