RangeT Class |
Namespace: Arction.WinForms.Charting
[SerializableAttribute] [TypeConverterAttribute(typeof(GeneralTypeConverter))] public class Range<T> : ChartNode
[Missing <typeparam name="T"/> documentation for "T:Arction.WinForms.Charting.Range`1"]
The RangeT type exposes the following members.
| Name | Description | |
|---|---|---|
| RangeT |
Constructor
| |
| RangeT(T, T) |
Constructor.
Minimum-coordinate.Maximum-coordinate. | |
| RangeT(IChartNode, T, T) |
Constructor.
|
| Name | Description | |
|---|---|---|
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetValues |
Set all values.
| |
| ToString |
Convert class description to string.
(Overrides ObjectToString.) |