バージョン

TitleLayer コンストラクタ

TitleLayerのコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal component As IChartComponent, _
   ByVal core As ChartCore _
)
public TitleLayer( 
   IChartComponent component,
   ChartCore core
)

パラメータ

component
使用されているチャート コンポーネントへの参照。
core
このレイヤーを処理するチャートコアへの参照。
参照