バージョン

Axes コンストラクタ

Axes クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal axesCollection As IEnumerable(Of Axis) _
)
public Axes( 
   IEnumerable<Axis> axesCollection
)

パラメータ

axesCollection
Axis のコレクション。
参照