FlexPivot for WinForms
GetValues メソッド (BreakEven)

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Win.Chart 名前空間 > BreakEven クラス : GetValues メソッド
Specifies the dimension of data to retrieve (0=Y data, 1=X data, 2=Y1 data, ...)
Gets the point data array for the specified coordinate dimension.
シンタックス
'宣言
 
Public Overrides Function GetValues( _
   ByVal dim As System.Integer _
) As System.Double()
public override System.double[] GetValues( 
   System.int dim
)

パラメータ

dim
Specifies the dimension of data to retrieve (0=Y data, 1=X data, 2=Y1 data, ...)

戻り値の型

The point data array for the specified coordinate dimension
参照

BreakEven クラス
BreakEven メンバ