AnnotationPathPoint Konstruktoren

Definition

Initialisiert eine neue Instanz der AnnotationPathPoint-Klasse.

Überlädt

AnnotationPathPoint()

Initialisiert eine neue Instanz der AnnotationPathPoint-Klasse.

AnnotationPathPoint(Single, Single)

Initialisiert eine neue Instanz der AnnotationPathPoint-Klasse mit den angegebenen x- und y-Werten.

AnnotationPathPoint(Single, Single, Byte)

Initialisiert eine neue Instanz der AnnotationPathPoint-Klasse mit den angegebenen Werten für x, y und Punkt-type.

AnnotationPathPoint()

Initialisiert eine neue Instanz der AnnotationPathPoint-Klasse.

public:
 AnnotationPathPoint();
public AnnotationPathPoint ();
Public Sub New ()

Gilt für

AnnotationPathPoint(Single, Single)

Initialisiert eine neue Instanz der AnnotationPathPoint-Klasse mit den angegebenen x- und y-Werten.

public:
 AnnotationPathPoint(float x, float y);
public AnnotationPathPoint (float x, float y);
new System.Web.UI.DataVisualization.Charting.AnnotationPathPoint : single * single -> System.Web.UI.DataVisualization.Charting.AnnotationPathPoint
Public Sub New (x As Single, y As Single)

Parameter

x
Single

Der x-Wert des Punkts.

y
Single

Der y-Wert des Punkts.

Gilt für

AnnotationPathPoint(Single, Single, Byte)

Initialisiert eine neue Instanz der AnnotationPathPoint-Klasse mit den angegebenen Werten für x, y und Punkt-type.

public:
 AnnotationPathPoint(float x, float y, System::Byte type);
public AnnotationPathPoint (float x, float y, byte type);
new System.Web.UI.DataVisualization.Charting.AnnotationPathPoint : single * single * byte -> System.Web.UI.DataVisualization.Charting.AnnotationPathPoint
Public Sub New (x As Single, y As Single, type As Byte)

Parameter

x
Single

Der x-Wert des Punkts.

y
Single

Der y-Wert des Punkts.

type
Byte

Der Punkttyp.

Gilt für