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.Web.UI.DataVisualization.Charting.AnnotationPathPoint : single * single -> System.Web.UI.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.Web.UI.DataVisualization.Charting.AnnotationPathPoint : single * single * byte -> System.Web.UI.DataVisualization.Charting.AnnotationPathPoint
Public Sub New (x As Single, y As Single, type As Byte)

パラメーター

x
Single

ポイントの X 値。

y
Single

ポイントの Y 値。

type
Byte

ポイントの種類。

適用対象