ChartData.ChartSeriesCollection Property
Data points for each series in the chart.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartSeriesCollection As IList(Of ChartSeries)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.Generic.IList<ChartSeries>
An IList<T> object.