IRange Interface Members
The following tables list the members exposed by IRange.
Public Properties
| Name | Description | |
|---|---|---|
![]() | Diff | Gets the difference (Max - Min) of this range |
![]() | IsDefined | Gets whether this Range is defined |
![]() | IsZero | Gets whether the range is Zero, where Max equals Min |
![]() | Max | Gets or sets the Max value of this range |
![]() | Min | Gets or sets the Min value of this range |
Public Methods
| Name | Description | |
|---|---|---|
![]() | AsDoubleRange | Converts this range to a DoubleRange, which are used internally for calculations |
![]() | ClipTo | Overloaded. Clips the current IRange to a maxmimum range with RangeClipMode.MinMax mode |
![]() | Clone | Creates a new object that is a copy of the current instance. (Inherited from System.ICloneable) |
![]() | GrowBy | Grows the current IRange by the min and max fraction, returning this instance after modification |
![]() | IsValueWithinRange | Returns True if the value is within the Min and Max of the Range |
![]() | SetMinMax | Sets the Min, Max values on the IRange, returning this instance after modification |
![]() | SetMinMaxWithLimit | Sets the Min, Max values on the IRange with a max range to clip values to, returning this instance after modification |
![]() | Union | Performs the Union of two IRange instances, returning a new IRange |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | GrowByLog | Grows current SciChart.Data.Model.IRange instance by minFraction, maxFraction in log scale |
![]() | ToDateRange | Returns a new SciChart.Data.Model.DateRange that corresponds to the provided range. |
![]() | ToTimeSpanRange | Returns a new SciChart.Data.Model.DateRange that corresponds to the provided range. |
See Also


