AnnotationPathPoint Konstruktoren

Definition

Initialisiert eine neue Instanz der AnnotationPathPoint-Klasse.

Überlädt

Name Beschreibung
AnnotationPathPoint()

Initialisiert eine neue Instanz der AnnotationPathPoint-Klasse.

AnnotationPathPoint(Single, Single)

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

AnnotationPathPoint(Single, Single, Byte)

Initialisiert eine neue Instanz der AnnotationPathPoint Klasse mit den angegebenen xWerten y und Punktwerten 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 Werten y .

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 xWerten y und Punktwerten type .

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: