Compartir a través de


PolylineAnnotation.GraphicsPathPoints Propiedad

Definición

Obtiene o establece los puntos de la ruta de acceso a la anotación de polilínea en tiempo de diseño.

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

Valor de propiedad

AnnotationPathPointCollection

Objeto AnnotationPathPointCollection con la forma de polilínea.

Atributos

Comentarios

Una polilínea debe usar coordenadas relativas a un objeto de anotación, donde (0,0) denota las coordenadas superior izquierda y (100 100) denota las coordenadas inferior derecha de la anotación.

Esta propiedad no es accesible en tiempo de ejecución, cuando se debe usar la GraphicsPath propiedad en su lugar.

Se aplica a