バージョン

CalculateBounds メソッド

LegendLayerまたはLegendAppearanceからの特定の変数を使用し、特定の長方形の内枠と外枠を計算します。
シンタックス
'宣言
 
Public Shared Sub CalculateBounds( _
   ByRef innerBounds As Rectangle, _
   ByRef outerBounds As Rectangle, _
   ByVal legendLocation As LegendLocation, _
   ByVal legendSpanPercentage As Integer _
) 
public static void CalculateBounds( 
   ref Rectangle innerBounds,
   ref Rectangle outerBounds,
   LegendLocation legendLocation,
   int legendSpanPercentage
)

パラメータ

innerBounds
凡例によって使用されないチャート面を表す長方形。
outerBounds
凡例ボックスの境界を表す長方形。
legendLocation
チャート上の凡例の位置。
legendSpanPercentage
legendLocationの反対方向に凡例ボックスによってスパンするチャート面の百分率。
参照