Freigeben über


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 x-, y- und Punkt-type-Werten.

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.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint : single * single -> System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint
Public Sub New (x As Single, y As Single)

Parameter

x
Single

Punkt X-Wert.

y
Single

Punkt Y-Wert.

Gilt für:

AnnotationPathPoint(Single, Single, Byte)

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

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

Parameter

x
Single

Punkt X-Wert.

y
Single

Punkt Y-Wert.

type
Byte

Punkttyp.

Gilt für: