IRange Interface Methods

For a list of all members of this type, see IRange members.

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