ChartSeriesCollection.m_chartSeriesCollection Field
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.
Specifies the collection of chart series.
protected: cli::array <Microsoft::ReportingServices::OnDemandReportRendering::ChartSeries ^> ^ m_chartSeriesCollection;
protected Microsoft.ReportingServices.OnDemandReportRendering.ChartSeries[] m_chartSeriesCollection;
val mutable m_chartSeriesCollection : Microsoft.ReportingServices.OnDemandReportRendering.ChartSeries[]
Protected m_chartSeriesCollection As ChartSeries()