Tries to get the overridden range of the series

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool TryGetHorizontalRange(
	out double min,
	out double max
)
Visual Basic
Public Function TryGetHorizontalRange ( _
	<OutAttribute> ByRef min As Double, _
	<OutAttribute> ByRef max As Double _
) As Boolean
JScript
public function TryGetHorizontalRange(
	min : double, 
	max : double
) : boolean

Parameters

min
Type: System..::..Double%
max
Type: System..::..Double%

See Also