WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ComparerByZandY - WindowsForms API Reference | Syncfusion ChartSeries by Y values. ">

    Show / Hide Table of Contents

    Class ComparerByZandY

    Exposes a method that compares two ChartSeries by Y values.

    Inheritance
    System.Object
    ComparerByZandY
    Implements
    System.Collections.IComparer
    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: 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 Description
    System.Int32

    Implements

    System.Collections.IComparer
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved