AnnotationPathPoint コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AnnotationPathPoint クラスの新しいインスタンスを初期化します。
オーバーロード
AnnotationPathPoint() |
AnnotationPathPoint クラスの新しいインスタンスを初期化します。 |
AnnotationPathPoint(Single, Single) |
|
AnnotationPathPoint(Single, Single, Byte) |
|
AnnotationPathPoint()
AnnotationPathPoint クラスの新しいインスタンスを初期化します。
public:
AnnotationPathPoint();
public AnnotationPathPoint ();
Public Sub New ()
適用対象
AnnotationPathPoint(Single, Single)
x
と y
の値を指定して、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)
x
、y
、およびポイントの 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
ポイントの種類。