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)는 왼쪽 위 좌표를 표시하고(100,100)는 주석의 오른쪽 아래 좌표를 나타냅니다.
대신 속성을 사용해야 하는 경우 런타임에 이 속성에 GraphicsPath 액세스할 수 없습니다.