ChartSeries クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
1つの系列のデータポイント一覧を表します。
public ref class ChartSeries abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ChartDataPoint ^>, Microsoft::ReportingServices::OnDemandReportRendering::IROMStyleDefinitionContainer
public abstract class ChartSeries : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPoint>, Microsoft.ReportingServices.OnDemandReportRendering.IROMStyleDefinitionContainer
type ChartSeries = class
inherit ReportElementCollectionBase<ChartDataPoint>
interface IROMStyleDefinitionContainer
Public MustInherit Class ChartSeries
Inherits ReportElementCollectionBase(Of ChartDataPoint)
Implements IROMStyleDefinitionContainer
- 継承
- 実装
フィールド
| 名前 | 説明 |
|---|---|
| m_chart |
シリーズをプロットするチャートを指定します。 |
| m_chartDataPoints |
チャートのデータポイントを指定します。 |
| m_seriesIndex |
チャート内の系列のインデックスを指定します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| CategoryAxisName |
この級数をプロットするカテゴリ軸の名前に求値する式が得られます。 |
| ChartAreaName |
系列をプロットするチャート領域の名前に評価する式を得ます。 |
| ChartItemInLegend |
シリーズが例表示でどのように見えるかを理解しています。 |
| Count |
コレクション内のアイテムの数を取得します。 (継承元 ReportElementCollectionBase<T>) |
| CustomProperties |
シリーズのカスタムプロパティを取得します。 |
| DataLabel |
データポイントのラベルを取得します。 |
| EmptyPoints |
空のポイントを手に入れる。 |
| Hidden |
級数を隠すべきかどうかを示す値に評価する式を得ます。 |
| Instance |
このレポート定義オブジェクトの計算値を含むレポートインスタンスオブジェクトを取得します。 |
| Item[Int32] |
指定したインデックス位置にある項目を取得します。 (継承元 ReportElementCollectionBase<T>) |
| LegendName |
このシリーズが登場するべき伝説の名前に応じた式を得ます。 |
| Marker |
マーカーを手に入れる。 |
| Name |
チャートシリーズの名前が付けられました。 |
| SmartLabel |
スマートラベルの設定を手に入れます。 |
| Style |
このレポート定義オブジェクトのスタイルプロパティを取得します。 |
| Subtype |
級数の可視化サブタイプに評価する式を得ます。 |
| Type |
級数の可視化型に評価する式を得ます。 |
| ValueAxisName |
この級数をプロットする値軸の名前に評価する式を得ます。 |
メソッド
| 名前 | 説明 |
|---|---|
| GetEnumerator() |
この ReportElementCollectionBase<T>の調査員を呼ぶ。 (継承元 ReportElementCollectionBase<T>) |
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| IEnumerable.GetEnumerator() |
コレクションを反復するエンチュメレーターを入手します。 (継承元 ReportElementCollectionBase<T>) |