バージョン

NumericAxis コンストラクタ

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

パラメータ

component
使用するUltraChartコンポーネント。
core
この軸を処理するチャートコアへの参照。
axisNumber
軸番号ID。
axisType
この軸のリニアタイプ。
参照