Tries to get the overridden range of the series
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool TryGetSeriesRange(
out double min,
out double max
) |
| Visual Basic |
|---|
Public Function TryGetSeriesRange ( _
<OutAttribute> ByRef min As Double, _
<OutAttribute> ByRef max As Double _
) As Boolean |
| JScript |
|---|
public function TryGetSeriesRange(
min : double,
max : double
) : boolean |
Parameters
- min
- Type: System..::..Double%
- max
- Type: System..::..Double%
See Also