Range<T> Class Members
The following tables list the members exposed by Range<T>.
Protected Constructors
| Name | Description | |
|---|---|---|
![]() | Range<T> Constructor | Overloaded. |
Public Properties
| Name | Description | |
|---|---|---|
![]() | Diff | Gets the Diff (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<T> to a maximum range |
![]() | Clone | Creates a new object that is a copy of the current instance. |
![]() | Equals | Overloaded. Determines whether the specified object is equal to the current object. |
![]() | GetHashCode | Serves as the default hash function. |
![]() | GrowBy | Grows the current IRange<T> 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 | Overloaded. Sets the Min, Max values on the IRange<T>, returning this instance after modification |
![]() | SetMinMaxT | Sets the Min, Max values on the IRange<T>, returning this instance after modification |
![]() | ToString | Returns a string that represents the current object. |
![]() | Union | Overloaded. Performs the Union of two IRange instances, returning a new IRange |
Protected Methods
| Name | Description | |
|---|---|---|
![]() | OnPropertyChanged | Overloaded. Raises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event (Inherited from SciChart.Data.Model.BindableObject) |
![]() | SetMinMaxInternal | Internal implementation: Sets the Min, Max values of the Range<T> |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | 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. |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> | |
![]() | ToTimeSpanRange | Returns a new SciChart.Data.Model.DateRange that corresponds to the provided range. |
Public Events
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from SciChart.Data.Model.BindableObject) |
See Also





