AnnotationPathPoint Konstruktory

Definice

Inicializuje novou instanci AnnotationPathPoint třídy.

Přetížení

AnnotationPathPoint()

Inicializuje novou instanci AnnotationPathPoint třídy.

AnnotationPathPoint(Single, Single)

Inicializuje novou instanci třídy AnnotationPathPoint se zadanými x a y hodnoty.

AnnotationPathPoint(Single, Single, Byte)

Inicializuje novou instanci třídy AnnotationPathPoint se zadaným x, y a bod type hodnoty.

AnnotationPathPoint()

Inicializuje novou instanci AnnotationPathPoint třídy.

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

Platí pro

AnnotationPathPoint(Single, Single)

Inicializuje novou instanci třídy AnnotationPathPoint se zadanými x a y hodnoty.

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)

Parametry

x
Single

Hodnota X bodu

y
Single

Bod Y.

Platí pro

AnnotationPathPoint(Single, Single, Byte)

Inicializuje novou instanci třídy AnnotationPathPoint se zadaným x, y a bod type hodnoty.

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)

Parametry

x
Single

Hodnota X bodu

y
Single

Bod Y.

type
Byte

Typ bodu

Platí pro