ChartSeriesCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>) |