Freigeben über


Chart.DataPointCollection Property

Returns the data points in the chart.

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

'Declaration
Public ReadOnly Property DataPointCollection As ChartDataPointCollection
public ChartDataPointCollection DataPointCollection { get; }
public:
property ChartDataPointCollection^ DataPointCollection {
    ChartDataPointCollection^ get ();
}
/** @property */
public ChartDataPointCollection get_DataPointCollection ()
public function get DataPointCollection () : ChartDataPointCollection

Eigenschaftswert

A ChartDataPointCollection object containing the data points in the chart.

Hinweise

Neu:05. Dezember 2005

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Chart Class
Chart Members
Microsoft.ReportingServices.ReportRendering Namespace