バージョン

Column3DLayer コンストラクタ

指定されたIChartComponentの縦棒チャートを描出するための3Dレイヤーを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal component As IChartComponent, _
   ByVal core As ChartCore _
)
public Column3DLayer( 
   IChartComponent component,
   ChartCore core
)

パラメータ

component
チャート コンポーネントを実装するIChartComponentへの参照。
core
コアへの参照。
参照