ChartData.SeriesCollection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data series.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ChartSeriesCollection ^ SeriesCollection { Microsoft::ReportingServices::OnDemandReportRendering::ChartSeriesCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ChartSeriesCollection SeriesCollection { get; }
member this.SeriesCollection : Microsoft.ReportingServices.OnDemandReportRendering.ChartSeriesCollection
Public ReadOnly Property SeriesCollection As ChartSeriesCollection
Property Value
A ChartSeriesCollection object.