Sdílet prostřednictvím


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 AnnotationPathPoint třídy se zadanými x y hodnotami a.

AnnotationPathPoint(Single, Single, Byte)

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

AnnotationPathPoint()

Inicializuje novou instanci AnnotationPathPoint třídy.

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

Platí pro

AnnotationPathPoint(Single, Single)

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

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 bodu X.

y
Single

Hodnota Y bodu.

Platí pro

AnnotationPathPoint(Single, Single, Byte)

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

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 bodu X.

y
Single

Hodnota Y bodu.

type
Byte

Typ bodu

Platí pro