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

适用于