Class PieTwoLabelColumnsStrategy.DescendingComparer<T>
A decenting comparer.
Inheritance
System.Object
PieTwoLabelColumnsStrategy.DescendingComparer<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class DescendingComparer<T> : IComparer<T> where T : IComparable<T>
Type Parameters
T
|
Constructors
DescendingComparer()
Declaration
public DescendingComparer()
Methods
Compare(T, T)
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
Declaration
public int Compare(T x, T y)
Parameters
T
x
The first object to compare. |
T
y
The second object to compare. |
Returns
System.Int32
Value
Condition
Less than zero
|
Implements
System.Collections.Generic.IComparer<T>.Compare(T, T)