バージョン

Item メソッド (AnchoredCategorySeries)

指定したポイントの項目を返します。
シンタックス
'宣言
 
Protected Friend Overrides Function Item( _
   ByVal sender As Object, _
   ByVal point As Point _
) As Object
protected internal override object Item( 
   object sender,
   Point point
)

パラメータ

sender
マウス操作の原点。
point
項目の辺りに検索されるポイント。

戻り値の型

見つけた項目。
参照