Checks the limits of a double value to make sure it can be handled by the chart
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public static bool CheckLimit( double value ) |
| Visual Basic |
|---|
Public Shared Function CheckLimit ( _ value As Double _ ) As Boolean |
| JScript |
|---|
public static function CheckLimit( value : double ) : boolean |
Parameters
- value
- Type: System..::..Double