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 TryGetVerticalRange(
out double min,
out double max
) |
Visual Basic |
---|
Public Function TryGetVerticalRange ( _
<OutAttribute> ByRef min As Double, _
<OutAttribute> ByRef max As Double _
) As Boolean |
JScript |
---|
public function TryGetVerticalRange(
min : double,
max : double
) : boolean |
Parameters
- min
- Type: System..::..Double%
- max
- Type: System..::..Double%
See Also