AnnotationPathPoint コンストラクター

定義

AnnotationPathPoint クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
AnnotationPathPoint()

AnnotationPathPoint クラスの新しいインスタンスを初期化します。

AnnotationPathPoint(Single, Single)

指定したAnnotationPathPointx値を使用して、y クラスの新しいインスタンスを初期化します。

AnnotationPathPoint(Single, Single, Byte)

指定したAnnotationPathPointx、およびポイントy値を使用して、type クラスの新しいインスタンスを初期化します。

AnnotationPathPoint()

AnnotationPathPoint クラスの新しいインスタンスを初期化します。

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

適用対象

AnnotationPathPoint(Single, Single)

指定したAnnotationPathPointx値を使用して、y クラスの新しいインスタンスを初期化します。

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)

指定したAnnotationPathPointx、およびポイントy値を使用して、type クラスの新しいインスタンスを初期化します。

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

ポイントの種類。

適用対象