Condividi tramite


ChartDataPointCollection.Item Property

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

Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintassi

'Dichiarazione
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)

Parametri

  • series
    The series index of the item.
  • category
    The category index of the item.

Valore proprietà

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

ChartDataPointCollection Class
ChartDataPointCollection Members
Microsoft.ReportingServices.ReportRendering Namespace