共用方式為


PolylineAnnotation.GraphicsPathPoints 屬性

定義

取得或設定聚合線條註解在設計階段的路徑點。

public:
 property System::Windows::Forms::DataVisualization::Charting::AnnotationPathPointCollection ^ GraphicsPathPoints { System::Windows::Forms::DataVisualization::Charting::AnnotationPathPointCollection ^ get(); };
public System.Windows.Forms.DataVisualization.Charting.AnnotationPathPointCollection GraphicsPathPoints { get; }
member this.GraphicsPathPoints : System.Windows.Forms.DataVisualization.Charting.AnnotationPathPointCollection
Public ReadOnly Property GraphicsPathPoints As AnnotationPathPointCollection

屬性值

AnnotationPathPointCollection

具有聚合線條圖案的 AnnotationPathPointCollection 物件。

備註

聚合線條必須使用相對於注釋物件的座標,其中 (0、0) 代表左上座標,而 (100100) 代表注釋的右下座標。

當您應該改為使用屬性時,無法在執行時間存取這個屬性 GraphicsPath

適用於