ChartDataPoint クラス
グラフのデータ ポイントを表します。 データ ポイントの構成要素は、単一値の式 (横棒グラフや折れ線グラフの場合) または複数値の式 (株価チャートやバブル チャートの場合) です。
継承階層
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPoint
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public MustInherit Class ChartDataPoint _
Implements IROMStyleDefinitionContainer
'使用
Dim instance As ChartDataPoint
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public abstract class ChartDataPoint : IROMStyleDefinitionContainer
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class ChartDataPoint abstract : IROMStyleDefinitionContainer
[<AbstractClassAttribute>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type ChartDataPoint =
class
interface IROMStyleDefinitionContainer
end
public abstract class ChartDataPoint implements IROMStyleDefinitionContainer
ChartDataPoint 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
ActionInfo | このデータ ポイントに関連付けられたアクションを取得します。 | |
AxisLabel | データ ポイントの軸で使用するラベルを取得します。 | |
CustomProperties | データ ポイントのカスタム プロパティを取得します。 | |
DataElementName | このデータ ポイントのデータ要素に使用する名前を取得します。 | |
DataElementOutput | データ ポイントをデータ表示に反映するかどうかを示す値を取得します。 | |
DataLabel | データ ポイントのラベルを取得します。 | |
DataPointValues | データ ポイントの X 値と Y 値を取得します。 | |
Instance | このレポート定義オブジェクトの計算値が含まれているレポート インスタンス オブジェクトを取得します。 | |
ItemInLegend | このデータ ポイントの凡例プロパティを取得します。 | |
Marker | このデータ ポイントのマーカーを取得します。 | |
Style | このレポート定義オブジェクトのスタイル プロパティを取得します。 | |
ToolTip | データ ポイントに関して表示するツールヒントを取得します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
フィールド
名前 | 説明 | |
---|---|---|
m_actionInfo | インフラストラクチャです。このデータ ポイントに関連付けられているアクションを表す ActionInfo オブジェクト。 | |
m_columnIndex | インフラストラクチャです。列のインデックスを表す int 値。 | |
m_customProperties | インフラストラクチャです。データ ポイントのカスタム プロパティを表す CustomPropertyCollection オブジェクト。 | |
m_customPropertiesReady | インフラストラクチャです。カスタム プロパティ値の準備ができているかどうかを示す Boolean 値。 | |
m_dataLabel | インフラストラクチャです。データ ポイントのラベルを表す ChartDataLabel オブジェクト。 | |
m_dataPointValues | インフラストラクチャです。データ ポイントの X 値と Y 値を表す ChartDataPointValues オブジェクト。 | |
m_instance | インフラストラクチャです。このレポート定義オブジェクトの計算値を格納するレポート インスタンス オブジェクトを表す ChartDataPointInstance オブジェクト。 | |
m_marker | インフラストラクチャです。このデータ ポイントのマーカーを表す ChartMarker オブジェクト。 | |
m_owner | インフラストラクチャです。このグラフ データ ポイントの所有者を表す Chart オブジェクト。 | |
m_rowIndex | インフラストラクチャです。行のインデックスを表す int 値。 | |
m_style | インフラストラクチャです。このレポート定義オブジェクトのスタイル プロパティを表す Style オブジェクト。 |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。