Partager via


ChartDataPointCollection.Item Property

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

Espace de noms: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntaxe

'Déclaration
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)

Paramètres

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

Valeur de propriété

A two-dimensional array of ChartDataPoint objects.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ChartDataPointCollection Class
ChartDataPointCollection Members
Microsoft.ReportingServices.ReportRendering Namespace