共用方式為


PolylineAnnotation.GraphicsPathPoints 屬性

定義

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

public:
 property System::Web::UI::DataVisualization::Charting::AnnotationPathPointCollection ^ GraphicsPathPoints { System::Web::UI::DataVisualization::Charting::AnnotationPathPointCollection ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.AnnotationPathPointCollection GraphicsPathPoints { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.GraphicsPathPoints : System.Web.UI.DataVisualization.Charting.AnnotationPathPointCollection
Public ReadOnly Property GraphicsPathPoints As AnnotationPathPointCollection

屬性值

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

屬性

備註

聚合線必須使用相對於注釋物件的座標,其中 (0,0) 表示左上方座標,而 (100,100) 表示注釋的右下角座標。

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

適用於