バージョン

NumericAxis3D コンストラクタ

NumericAxis3D コンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal component As IChartComponent, _
   ByVal core As ChartCore, _
   ByVal axisNumber As AxisNumber _
)
public NumericAxis3D( 
   IChartComponent component,
   ChartCore core,
   AxisNumber axisNumber
)

パラメータ

component
チャート コンポーネント。
core
チャートコア。
axisNumber
軸 ID (X、Y、X2、Y2、Z)。
参照