Properties  Methods 

IRange Interface Members

The following tables list the members exposed by IRange.

Public Properties
 NameDescription
 Property Gets the difference (Max - Min) of this range  
 Property Gets whether this Range is defined  
 Property Gets whether the range is Zero, where Max equals Min  
 Property Gets or sets the Max value of this range  
 Property Gets or sets the Min value of this range  
Top
Public Methods
 NameDescription
 MethodConverts this range to a DoubleRange, which are used internally for calculations  
 MethodOverloaded. Clips the current IRange to a maxmimum range with RangeClipMode.MinMax mode  
 MethodCreates a new object that is a copy of the current instance. (Inherited from System.ICloneable)
 MethodGrows the current IRange by the min and max fraction, returning this instance after modification  
 Method Returns True if the value is within the Min and Max of the Range  
 MethodSets the Min, Max values on the IRange, returning this instance after modification  
 MethodSets the Min, Max values on the IRange with a max range to clip values to, returning this instance after modification  
 MethodPerforms the Union of two IRange instances, returning a new IRange  
Top
Extension Methods
 NameDescription
Public Extension MethodGrows current SciChart.Data.Model.IRange instance by minFraction, maxFraction in log scale
Public Extension MethodReturns a new SciChart.Data.Model.DateRange that corresponds to the provided range.
Public Extension MethodReturns a new SciChart.Data.Model.DateRange that corresponds to the provided range.
Top
See Also