ChartSeries.ChartDataPoints Property

Definition

Data points within the series. Mandatory for ChartSeries within ChartSeriesCollection. Must be omitted for ChartSeries within 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)

Property Value

An IList<T> object.

Attributes

Applies to