ChartSeriesCollection Класс

Определение

Представляет коллекцию объектов ChartSeries.

public ref class ChartSeriesCollection abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ChartSeries ^>
public abstract class ChartSeriesCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ChartSeries>
type ChartSeriesCollection = class
    inherit ReportElementCollectionBase<ChartSeries>
Public MustInherit Class ChartSeriesCollection
Inherits ReportElementCollectionBase(Of ChartSeries)
Наследование

Поля

m_chartSeriesCollection

Задает коллекцию рядов диаграммы.

m_owner

Задает диаграмму, к которой относится коллекция рядов.

Свойства

Count

Возвращает количество элементов в коллекции.

(Унаследовано от ReportElementCollectionBase<T>)
Item[Int32]

Возвращает элемент по указанному индексу.

(Унаследовано от ReportElementCollectionBase<T>)

Методы

GetEnumerator()

Возвращает перечислитель для этой коллекции ReportElementCollectionBase<T>.

(Унаследовано от ReportElementCollectionBase<T>)

Явные реализации интерфейса

IEnumerable.GetEnumerator()

Получает перечислитель, который выполняет итерацию по коллекции.

(Унаследовано от ReportElementCollectionBase<T>)

Применяется к