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.