バージョン

DrillLayer コンストラクタ(IChartComponent,ChartCore,Color,ContentAlignment)

DrillLayer コンストラクターは、ドリルバック ボタンの色と内容の (左上以外の) 配置を受け付けます。
シンタックス
'宣言
 
Public Function New( _
   ByVal component As IChartComponent, _
   ByVal core As ChartCore, _
   ByVal itsColor As Color, _
   ByVal itsAlign As ContentAlignment _
)
public DrillLayer( 
   IChartComponent component,
   ChartCore core,
   Color itsColor,
   ContentAlignment itsAlign
)

パラメータ

component
シーン グラフの描出先の IChartComponent。
core
データ アクセスなどの ChartCore への参照。
itsColor
ドリルバック ボタンの System.Drawing.Color。
itsAlign
チャートのグリッドの中央に相対的なドリルバック ボタンの System.Drawing.ContentAlignment。
解説

これは、DrillLayer のドリルバック ボタンの色、および 8 つの可能な配置の 1 つに対するチャートの端に沿った配置 (デフォルトは通常 TopLeft) を初期化します。

参照