共用方式為


AnnotationPathPoint 類別

定義

表示 PolylineAnnotationPolygonAnnotation的路徑點,其儲存在其 PathPoints 屬性中。

public ref class AnnotationPathPoint : System::Windows::Forms::DataVisualization::Charting::ChartElement
public class AnnotationPathPoint : System.Windows.Forms.DataVisualization.Charting.ChartElement
type AnnotationPathPoint = class
    inherit ChartElement
Public Class AnnotationPathPoint
Inherits ChartElement
繼承
AnnotationPathPoint

備註

在運行時間,使用 PolylineAnnotation.GraphicsPathPolygonAnnotation.GraphicsPath 屬性來設定多邊形或多邊形的路徑。

建構函式

AnnotationPathPoint()

初始化 AnnotationPathPoint 類別的新實例。

AnnotationPathPoint(Single, Single, Byte)

使用指定的 xy 和點 type 值,初始化 AnnotationPathPoint 類別的新實例。

AnnotationPathPoint(Single, Single)

使用指定的 xy 值,初始化 AnnotationPathPoint 類別的新實例。

屬性

Name

取得批註路徑點的名稱。

PointType

取得或設定批註路徑點的類型。

Tag

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

(繼承來源 ChartElement)
X

取得或設定註釋路徑點的 X 座標。

Y

取得或設定註釋路徑點的 Y 座標。

方法

Dispose()

釋放 ChartElement所使用的資源。

(繼承來源 ChartElement)
Dispose(Boolean)

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

(繼承來源 ChartElement)
Equals(Object)

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

(繼承來源 ChartElement)
GetHashCode()

傳回特定類型的哈希函式。

(繼承來源 ChartElement)
GetType()

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()

傳回表示目前 Object的字串。

(繼承來源 ChartElement)

適用於