FlexChart for WinForms
UpdateActualLimits メソッド (Axis)

C1.Chart アセンブリ > C1.Chart.Standard 名前空間 > Axis クラス : UpdateActualLimits メソッド
シンタックス
'宣言
 
Public Sub UpdateActualLimits( _
   ByVal dataType As System.Nullable(Of DataType), _
   ByVal dataMin As System.Double, _
   ByVal dataMax As System.Double, _
   Optional ByVal labels As System.Collections.Generic.List(Of String), _
   Optional ByVal values As System.Collections.Generic.List(Of Double) _
) 
public void UpdateActualLimits( 
   System.Nullable<DataType> dataType,
   System.double dataMin,
   System.double dataMax,
   System.Collections.Generic.List<string> labels,
   System.Collections.Generic.List<double> values
)

パラメータ

dataType
dataMin
dataMax
labels
values
参照

参照

Axis クラス
Axis メンバ