Gauges for WinForms
IncValue(Int32,Double,Double) メソッド

C1.Win.C1Gauge.4.5.2 アセンブリ > C1.Win.C1Gauge 名前空間 > C1GaugePointer クラス > IncValue メソッド : IncValue(Int32,Double,Double) メソッド
Increments the pointer's Value to the next intervalsCount'th (first, second, etc.) multiple of the snapping interval ('snapInterval'). The snapOrigin parameter specifies the point of origin for snapping.
シンタックス
'宣言
 
Public Overloads Sub IncValue( _
   ByVal intervalsCount As System.Integer, _
   ByVal snapInterval As System.Double, _
   ByVal snapOrigin As System.Double _
) 
public void IncValue( 
   System.int intervalsCount,
   System.double snapInterval,
   System.double snapOrigin
)

パラメータ

intervalsCount
snapInterval
snapOrigin
解説
If the Gauge uses logarithmic scale the snapInterval and snapOrigin values are expected to be in logarithmic coordinates. If not, these values must be in the same scale as the pointer's Value.
参照

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