バージョン

ColumnLayer コンストラクタ

IChartComponentオブジェクトを持つ縦棒レイヤーを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal component As IChartComponent, _
   ByVal core As ChartCore _
)
public ColumnLayer( 
   IChartComponent component,
   ChartCore core
)

パラメータ

component
IChartComponent参照。
core
コアへの参照。
参照