PolylineAnnotation.GraphicsPathPoints Eigenschap

Definitie

Hiermee haalt u de padpunten van de polylijnaantekening op of stelt u deze in tijdens het ontwerp.

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

Waarde van eigenschap

Een AnnotationPathPointCollection object met de polylijnshape.

Kenmerken

Opmerkingen

Een polylijn moet coördinaten gebruiken ten opzichte van een aantekeningsobject, waarbij (0,0) de coördinaten linksboven aangeeft en (100.100) de coördinaten rechtsonder van de aantekening aangeeft.

Deze eigenschap is niet toegankelijk tijdens runtime, wanneer u de GraphicsPath eigenschap in plaats daarvan moet gebruiken.

Van toepassing op