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 所使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。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. |