ComponentOne Gauges for WinForms
IncValue(Int32,Double) Method

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace > C1GaugePointer Class > IncValue Method : IncValue(Int32,Double) Method
Increments the pointer's Value to the next intervalsCount'th (first, second, etc.) multiple of the snapping interval ('snapInterval').
Syntax
'Declaration
 
Public Overloads Sub IncValue( _
   ByVal intervalsCount As System.Integer, _
   ByVal snapInterval As System.Double _
) 
public void IncValue( 
   System.int intervalsCount,
   System.double snapInterval
)

Parameters

intervalsCount
snapInterval
Remarks
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.
See Also

Reference

C1GaugePointer Class
C1GaugePointer Members
Overload List