'宣言 Public Function CoordToSeriesIndex( _ ByVal XCoord As System.Integer, _ ByVal YCoord As System.Integer, _ ByVal element As PlotElementEnum, _ ByRef SeriesIndex As System.Integer, _ ByRef Distance As System.Integer _ ) As System.Boolean
public System.bool CoordToSeriesIndex( System.int XCoord, System.int YCoord, PlotElementEnum element, ref System.int SeriesIndex, ref System.int Distance )
パラメータ
- XCoord
- クライアント X 座標。
- YCoord
- クライアント Y 座標。
- element
- 使用されるプロット要素。
- SeriesIndex
- データセットインデックス。
- Distance
- 最も近いデータ点からの距離。
戻り値の型
正常に行われた場合の計算結果。