共用方式為


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 命名空間