PolylineAnnotation.GraphicsPathPoints Vlastnost

Definice

Získá nebo nastaví body cesty poznámky line v době návrhu.

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

Hodnota vlastnosti

AnnotationPathPointCollection

Objekt AnnotationPathPointCollection s tvarem line

Poznámky

Cykly musí používat souřadnice relativní vzhledem k objektu poznámky, kde (0,0) označuje souřadnice vlevo nahoře a (100 100) označuje souřadnice poznámky vpravo dole.

Tato vlastnost není přístupná za běhu, pokud byste místo ní měli GraphicsPath použít vlastnost .

Platí pro