다음을 통해 공유


ChartSeries.ChartDataPoints 속성

Data points within the series. Mandatory for ChartSeries within ChartSeriesCollection. Must be omitted for ChartSeries within DerivedChartSeriesCollection.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property ChartDataPoints As IList(Of ChartDataPoint)
    Get 
    Set
‘사용 방법
Dim instance As ChartSeries 
Dim value As IList(Of ChartDataPoint)

value = instance.ChartDataPoints

instance.ChartDataPoints = value
public IList<ChartDataPoint> ChartDataPoints { get; set; }
public:
property IList<ChartDataPoint^>^ ChartDataPoints {
    IList<ChartDataPoint^>^ get ();
    void set (IList<ChartDataPoint^>^ value);
}
member ChartDataPoints : IList<ChartDataPoint> with get, set
function get ChartDataPoints () : IList<ChartDataPoint>
function set ChartDataPoints (value : IList<ChartDataPoint>)

속성 값

유형: System.Collections.Generic.IList<ChartDataPoint>
An IList<T> object.

참고 항목

참조

ChartSeries 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스