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> オブジェクト。

属性

適用対象