共用方式為


AnnotationPathPoint 建構函式

定義

初始化 AnnotationPathPoint 類別的新實例。

多載

AnnotationPathPoint()

初始化 AnnotationPathPoint 類別的新實例。

AnnotationPathPoint(Single, Single)

使用指定的 xy 值,初始化 AnnotationPathPoint 類別的新實例。

AnnotationPathPoint(Single, Single, Byte)

使用指定的 xy 和點 type 值,初始化 AnnotationPathPoint 類別的新實例。

AnnotationPathPoint()

初始化 AnnotationPathPoint 類別的新實例。

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

適用於

AnnotationPathPoint(Single, Single)

使用指定的 xy 值,初始化 AnnotationPathPoint 類別的新實例。

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)

參數

x
Single

點 X 值。

y
Single

點 Y 值。

適用於

AnnotationPathPoint(Single, Single, Byte)

使用指定的 xy 和點 type 值,初始化 AnnotationPathPoint 類別的新實例。

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)

參數

x
Single

點 X 值。

y
Single

點 Y 值。

type
Byte

點類型。

適用於