Share via


ChartSeries.ChartDataPoints 属性

定义

序列中的数据点。 对 ChartSeriesCollection 中的 ChartSeries 是必需的。 对 DerivedChartSeriesCollection 中的 ChartSeries 必须省略。

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)

属性值

一个 IList<T> 对象。

属性

适用于