Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Data points within the series. Mandatory for ChartSeries within ChartSeriesCollection. Must be omitted for ChartSeries within DerivedChartSeriesCollection.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartDataPoints As IList(Of ChartDataPoint)
Get
Set
'Usage
Dim instance As ChartSeries
Dim value As IList(Of ChartDataPoint)
value = instance.ChartDataPoints
instance.ChartDataPoints = value
public IList<ChartDataPoint> ChartDataPoints { get; set; }
public:
property IList<ChartDataPoint^>^ ChartDataPoints {
IList<ChartDataPoint^>^ get ();
void set (IList<ChartDataPoint^>^ value);
}
member ChartDataPoints : IList<ChartDataPoint> with get, set
function get ChartDataPoints () : IList<ChartDataPoint>
function set ChartDataPoints (value : IList<ChartDataPoint>)
Eigenschaftswert
Typ: System.Collections.Generic.IList<ChartDataPoint>
An IList<T> object.