バージョン

Bubble3DLayer コンストラクタ

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

パラメータ

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