バージョン

CreateChartLayer メソッド

ChartType プロパティの設定に基づいてChartLayerを作成し、このChartLayerAppearanceオブジェクトのChartLayerプロパティを設定します。
シンタックス
'宣言
 
Public Overridable Sub CreateChartLayer( _
   ByVal chartComponent As IChartComponent, _
   ByVal core As ChartCore _
) 
public virtual void CreateChartLayer( 
   IChartComponent chartComponent,
   ChartCore core
)

パラメータ

chartComponent
使用するチャート作成コンポーネント。
core
実行しているチャート コア。
参照