PolylineAnnotation.GraphicsPathPoints 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置折线批注在设计时的路径点。
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) 表示左上角坐标, (100100) 表示批注的右下角坐标。
如果你应改用属性,则在运行时无法访问此属性 GraphicsPath 。