FlexPivot for WinForms
HitTest(Point,MeasureOption,Int32) メソッド

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Win.Chart 名前空間 > FlexChart クラス > HitTest メソッド : HitTest(Point,MeasureOption,Int32) メソッド
Point in control coordinates.
Measure options.
Optional Series index. If index is specified the method returns information about the closest data point of the specified series.
Gets a HitTestInfo object with information about the specified point.
シンタックス
'宣言
 
Public Overloads Function HitTest( _
   ByVal pt As System.Drawing.Point, _
   ByVal options As MeasureOption, _
   Optional ByVal seriesIndex As System.Integer _
) As HitTestInfo
public HitTestInfo HitTest( 
   System.Drawing.Point pt,
   MeasureOption options,
   System.int seriesIndex
)

パラメータ

pt
Point in control coordinates.
options
Measure options.
seriesIndex
Optional Series index. If index is specified the method returns information about the closest data point of the specified series.
参照

FlexChart クラス
FlexChart メンバ
オーバーロード一覧