バージョン

BubbleLayer コンストラクタ

IChartComponentにBubbleLayerを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal component As IChartComponent, _
   ByVal core As ChartCore _
)
public BubbleLayer( 
   IChartComponent component,
   ChartCore core
)

パラメータ

component
このレイヤーが属するコンポーネント。
core
コアインスタンス。
参照