バージョン

GetSeriesValueBoundingBox メソッド (Series)

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

パラメータ

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

戻り値の型

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