Partager via


PolylineAnnotation.GraphicsPathPoints Propriété

Définition

Obtient ou définit les points de tracé de l'annotation de type polyligne au moment du design.

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

Valeur de propriété

Objet AnnotationPathPointCollection ayant la forme d'une polyligne.

Attributs

Remarques

Une polyligne doit utiliser des coordonnées relatives à un objet annotation, où (0,0) indique les coordonnées supérieure gauche et (100 100) les coordonnées en bas à droite de l’annotation.

Cette propriété n’est pas accessible au moment de l’exécution, alors que vous devez utiliser la propriété à la GraphicsPath place.

S’applique à