バージョン

GridLayer コンストラクタ

グリッドレイヤーコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal component As IChartComponent, _
   ByVal core As ChartCore _
)
public GridLayer( 
   IChartComponent component,
   ChartCore core
)

パラメータ

component
UltraChartコンポーネント(コントロール)。
core
グリッドレイヤーを処理するチャートコアへの参照。
参照