Class ComparerByZandY
Exposes a method that compares two ChartSeries by Y values.
Inheritance
System.Object
ComparerByZandY
Implements
System.Collections.IComparer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class ComparerByZandY : IComparer
Constructors
ComparerByZandY()
Initializes a new instance of the ComparerByZandY class.
Declaration
public ComparerByZandY()
Explicit Interface Implementations
IComparer.Compare(Object, Object)
Compares the two ChartSeries.
Declaration
int IComparer.Compare(object x, object y)
Parameters
Type | Name | Description |
---|---|---|
System.Object | x | The first ChartSeries to compare. |
System.Object | y | The second ChartSeries to compare. |
Returns
Type |
---|
System.Int32 |
Implements
System.Collections.IComparer