バージョン

Heatmap3DLayer コンストラクタ

指定されたIChartComponentのヒートマップを描出するための3Dレイヤーを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal component As IChartComponent, _
   ByVal core As ChartCore _
)
public Heatmap3DLayer( 
   IChartComponent component,
   ChartCore core
)

パラメータ

component
チャート コンポーネントを実装するIChartComponentへの参照。
core
コアへの参照。
参照