다음을 통해 공유


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) 왼쪽 위를 나타내는 좌표 및 (100,100) 주석의 오른쪽 아래 좌표를 나타냅니다.

이 속성을 사용 해야 런타임에 액세스할 수 없는 GraphicsPath 속성 대신 합니다.

적용 대상