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

적용 대상