バージョン

Item メソッド (AnchoredRadialSeries)

指定した点に最近傍の項目を返します。
シンタックス
'宣言
 
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
このイベントに関連付けられた点。

戻り値の型

この点に最近傍の項目。
参照