ASP.NET Core MVC コントロールヘルプ
DataPoint コンストラクタ(Object,Object)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > DataPoint クラス > DataPoint コンストラクタ : DataPoint コンストラクタ(Object,Object)
The X coordinate value of this DataPoint.
The Y coordinate value of this DataPoint.
Creates one DataPoint instance.
シンタックス
'宣言
 
Public Function New( _
   ByVal x As System.Object, _
   ByVal y As System.Object _
)
public DataPoint( 
   System.object x,
   System.object y
)

パラメータ

x
The X coordinate value of this DataPoint.
y
The Y coordinate value of this DataPoint.
参照

DataPoint クラス
DataPoint メンバ
オーバーロード一覧