[]
Increments the pointer's Value to the next intervalsCount'th (first, second, etc.) multiple of the snapping interval ('snapInterval').
public void IncValue(int intervalsCount, double snapInterval)
Type | Name | Description |
---|---|---|
int | intervalsCount | |
double | 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.
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 void IncValue(int intervalsCount, double snapInterval, double snapOrigin)
Type | Name | Description |
---|---|---|
int | intervalsCount | |
double | snapInterval | |
double | 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.