バージョン

Point3DLayer コンストラクタ

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

パラメータ

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