'宣言 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
- 最も近いデータ点からの距離。
戻り値の型
正常に行われた場合の計算結果。