YRange Property (BoxPlotDataSeries<TX,TY>)
Gets the computed YRange, which is an SciChart.Data.Model.IRange wrapping YMin and YMax properties
Syntax
public override IRange YRange {get;}
Remarks
Note: The performance implications of calling this is the DataSeries will perform a full recalculation on each get. It is recommended to get and cache if this property is needed more than once
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