バージョン

GetSeriesValueBoundingBox メソッド

提供されたワールド座標と一致する最適な値を持つシリーズの利用可能な値の境界ボックスを返します。
シンタックス
'宣言
 
Public Overrides Function GetSeriesValueBoundingBox( _
   ByVal world As Point _
) As Rect
public override Rect GetSeriesValueBoundingBox( 
   Point world
)

パラメータ

world
値の境界ボックスを取得するワールド座標。

戻り値の型

境界ボックス。有効な位置がない場合は空です。
参照