Share via


ChartSeries.ChartDataPoints Propriété

Définition

Points de données dans la série. Obligatoire pour ChartSeries dans ChartSeriesCollection. Doit être omis pour ChartSeries dans DerivedChartSeriesCollection.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartDataPoint ^> ^ ChartDataPoints { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartDataPoint ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartDataPoint ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ChartDataPoint>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ChartDataPoint> ChartDataPoints { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ChartDataPoint>))>]
member this.ChartDataPoints : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ChartDataPoint> with get, set
Public Property ChartDataPoints As IList(Of ChartDataPoint)

Valeur de propriété

Objet IList<T>.

Attributs

S’applique à