Calculates the max range based on corresponding x ranges
GetWindowedYRange Method (AxisBase)
Returns the max range only for that axis (by the data-series on it), based on xRanges "windowed" = "displayed in current viewport" uses GrowBy()
Syntax
public IRange GetWindowedYRange( 
   IDictionary<string,IRange> xRanges
)

Parameters

xRanges
Calculates the max range based on corresponding x ranges
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also