バージョン

CrosshairPoint メソッド (DataChart<T>)

マップ モデル DataChartModel.CrosshairPoint を設定します。
シンタックス
'宣言
 
Public Function CrosshairPoint( _
   ByVal x As System.Double, _
   ByVal y As System.Double _
) As DataChart(Of T)
public DataChart<T> CrosshairPoint( 
   System.double x,
   System.double y
)

パラメータ

x
x 座標
y
y 座標

戻り値の型

自身
参照

オンラインで表示: GitHub