'宣言 Public Function DataIndexFromPoint( _ ByVal pt As System.Windows.Point, _ ByVal seriesIndex As System.Integer, _ ByVal option As MeasureOption, _ ByRef distance As System.Double _ ) As System.Integer
public System.int DataIndexFromPoint( System.Windows.Point pt, System.int seriesIndex, MeasureOption option, out System.double distance )
パラメータ
- pt
- コントロール座標のポイント。
- seriesIndex
- 系列のインデックス。
- option
- 測定オプション
- distance
- データポイントから指定されたポイントまでの距離。
戻り値の型
指定されたポイントに最も近いデータポイントのインデックス。