ChartElement クラス
定義
すべてのグラフ要素の基本クラスです。Base class for all the chart elements. ChartElement クラスは、グラフ要素階層の最も基本的な要素を表します。The ChartElement class represents the most basic element of the chart element hierarchy.
public ref class ChartElement abstract : IDisposable
public abstract class ChartElement : IDisposable
type ChartElement = class
interface IDisposable
Public MustInherit Class ChartElement
Implements IDisposable
- 継承
-
ChartElement
- 派生
- 実装
コンストラクター
ChartElement() |
ChartElement クラスの新しいインスタンスを初期化します。Initializes a new instance of the ChartElement class. |
プロパティ
Tag |
このグラフ要素に関連付けられているオブジェクトを取得または設定します。Gets or sets an object associated with this chart element. |
メソッド
Dispose() |
ChartElement で使用したリソースを解放します。Releases the resources used by the ChartElement. |
Dispose(Boolean) |
ChartElement によって使用されているアンマネージド リソースを解放し、オプションでマネージド リソースも解放します。Releases the unmanaged resources used by the ChartElement and optionally releases the managed resources. |
Equals(Object) |
指定した Object が現在の ChartElement と等しいかどうかを示します。Determines whether the specified Object is equal to the current ChartElement. |
GetHashCode() |
特定の型のハッシュ関数を返します。Returns a hash function for a particular type. |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
ToString() |
現在の Object を表す文字列を返します。Returns a string that represents the current Object. |