バージョン

SkinLayer コンストラクタ

指定されたIChartComponentのSkinLayerインスタンスを構築します。
シンタックス
'宣言
 
Public Function New( _
   ByVal component As IChartComponent, _
   ByVal core As ChartCore _
)
public SkinLayer( 
   IChartComponent component,
   ChartCore core
)

パラメータ

component
チャート作成コンポーネントへの参照。
core
コアへの参照。
参照