AnnotationPathPoint Konstruktorer

Definition

Initierar en ny instans av AnnotationPathPoint klassen.

Överlagringar

Name Description
AnnotationPathPoint()

Initierar en ny instans av AnnotationPathPoint klassen.

AnnotationPathPoint(Single, Single)

Initierar en ny instans av AnnotationPathPoint klassen med angivna x värden och y värden.

AnnotationPathPoint(Single, Single, Byte)

Initierar en ny instans av AnnotationPathPoint klassen med angivna x, y och punktvärden type .

AnnotationPathPoint()

Initierar en ny instans av AnnotationPathPoint klassen.

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

Gäller för

AnnotationPathPoint(Single, Single)

Initierar en ny instans av AnnotationPathPoint klassen med angivna x värden och y värden.

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)

Parametrar

x
Single

Punkt X-värde.

y
Single

Punkt Y-värde.

Gäller för

AnnotationPathPoint(Single, Single, Byte)

Initierar en ny instans av AnnotationPathPoint klassen med angivna x, y och punktvärden 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)

Parametrar

x
Single

Punkt X-värde.

y
Single

Punkt Y-värde.

type
Byte

Punkttyp.

Gäller för