ComponentOne Studio TrueChart for ASP.NET (C1WebChart2D) ヘルプ
CoordToDataIndex メソッド

C1.Win.C1Chart.4 アセンブリ > C1.Win.C1Chart 名前空間 > ChartGroup クラス : CoordToDataIndex メソッド
クライアント X 座標。
クライアント Y 座標。
使用される座標を指定します。
最も近いデータ点のデータセットインデックス。
最も近いデータ点のデータ点インデックス。
最も近いデータ点からの距離。
グループのクライアント座標が指定されている場合、最も近いデータ点のデータセット、インデックス、およびこのデータ点からの距離を返します。
シンタックス
'宣言
 
Public Function CoordToDataIndex( _
   ByVal XCoord As System.Integer, _
   ByVal YCoord As System.Integer, _
   ByVal focus As CoordinateFocusEnum, _
   ByRef SeriesIndex As System.Integer, _
   ByRef PointIndex As System.Integer, _
   ByRef Distance As System.Integer _
) As System.Boolean
public System.bool CoordToDataIndex( 
   System.int XCoord,
   System.int YCoord,
   CoordinateFocusEnum focus,
   ref System.int SeriesIndex,
   ref System.int PointIndex,
   ref System.int Distance
)

パラメータ

XCoord
クライアント X 座標。
YCoord
クライアント Y 座標。
focus
使用される座標を指定します。
SeriesIndex
最も近いデータ点のデータセットインデックス。
PointIndex
最も近いデータ点のデータ点インデックス。
Distance
最も近いデータ点からの距離。

戻り値の型

正常に行われた場合の計算結果。
解説
クライアント座標引数には、マウス座標が記載されています。
参照

ChartGroup クラス
ChartGroup メンバ