Поделиться через


Свойство ChartData.ChartSeriesCollection

Data points for each series in the chart.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property ChartSeriesCollection As IList(Of ChartSeries)
    Get 
    Set
'Применение
Dim instance As ChartData 
Dim value As IList(Of ChartSeries)

value = instance.ChartSeriesCollection

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

Значение свойства

Тип: System.Collections.Generic.IList<ChartSeries>
An IList<T> object.

См. также

Справочник

ChartData Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel