AnnotationPathPoint Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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 |
AnnotationPathPoint(Single, Single, Byte) |
Initialisiert eine neue Instanz der AnnotationPathPoint-Klasse mit den angegebenen |
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.