BulletGraph for WinForms
UpdateValue(Double,Double) メソッド

C1.Win.Gauge.6 アセンブリ > C1.Win.Gauge 名前空間 > C1GaugePointer クラス > UpdateValue メソッド : UpdateValue(Double,Double) メソッド
Updates the pointer's Value with the number nearest 'newValue' that is the multiple of the snapping interval ('snapInterval').
シンタックス
'宣言
 
Public Overloads Sub UpdateValue( _
   ByVal newValue As System.Double, _
   ByVal snapInterval As System.Double _
) 
public void UpdateValue( 
   System.double newValue,
   System.double snapInterval
)

パラメータ

newValue
snapInterval
解説
If the Gauge uses logarithmic scale the snapping interval is expected to be in logarithmic coordinates. If not, the 'snapInterval' parameter must be in the same scale as the pointer's Value.
参照

C1GaugePointer クラス
C1GaugePointer メンバ
オーバーロード一覧