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>)

适用于