ChartElement 類別

定義

適用於所有圖表項目的基底類別。 ChartElement 類別表示圖表項目階層的最基本項目。

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 類別的新執行個體。

屬性

Tag

取得或設定與這個圖表項目關聯的物件。

方法

Dispose()

釋放 ChartElement 使用的資源。

Dispose(Boolean)

釋放 ChartElement 所使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。

Equals(Object)

判斷指定的 Object 是否等於目前的 ChartElement

GetHashCode()

傳回特定型別的雜湊函式。

GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回表示目前 Object 的字串。

適用於