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

具有折线形的 AnnotationPathPointCollection 对象。

属性

注解

折线必须使用相对于批注对象的坐标,其中 (0,0) 表示左上角坐标, (100100) 表示批注的右下角坐标。

如果你应改用属性,则在运行时无法访问此属性 GraphicsPath

适用于