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> 개체입니다.

특성

적용 대상