バージョン

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

ドリル レイヤーで変数のデフォルト プロパティを使用する DrillLayer コンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal component As IChartComponent, _
   ByVal core As ChartCore _
)
public DrillLayer( 
   IChartComponent component,
   ChartCore core
)

パラメータ

component
シーン グラフの描出先の IChartComponent。
core
データ アクセスなどの ChartCore への参照。
解説

データ アクセスなどの ChartCore への参照。たとえば、ShowButtons と Enabled の DrillDownAppearance 設定をここで格納するのは有益ではありません。その理由は、これらはいつでも変更できるからです。

参照