バージョン

CategoryAxisBinning コンストラクタ(Nullable<Int32>,Boolean,Nullable<Double>,Boolean,Nullable<Double>)

指定したプロパティ値で新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   Optional ByVal numberOfBins As System.Nullable(Of Integer), _
   Optional ByVal overflow As System.Boolean, _
   Optional ByVal overflowThreshold As System.Nullable(Of Double), _
   Optional ByVal underflow As System.Boolean, _
   Optional ByVal underflowThreshold As System.Nullable(Of Double) _
)
public CategoryAxisBinning( 
   System.Nullable<int> numberOfBins,
   System.bool overflow,
   System.Nullable<double> overflowThreshold,
   System.bool underflow,
   System.Nullable<double> underflowThreshold
)

パラメータ

numberOfBins
NumberOfBins プロパティの値を指定します。
overflow
Overflow プロパティの値を指定します。
overflowThreshold
OverflowThreshold プロパティの値を指定します。
underflow
Underflow プロパティの値を指定します。
underflowThreshold
UnderflowThreshold プロパティの値を指定します。
参照

オンラインで表示: GitHub