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)

使用指定的 xy 值,初始化 AnnotationPathPoint 類別的新執行個體。

AnnotationPathPoint(Single, Single, Byte)

使用指定的 xy 與端點 type 值,初始化 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)

適用於