Search Results for

    Show / Hide Table of Contents

    Enum SortType

    Enumeration type that defines which set of data points - X or Y - is used
    Sort() to perform the sort.

    Namespace: ZedGraph
    Assembly: ZedGraph.dll
    Syntax
    public enum SortType

    Fields

    Name Description
    XValues

    Use the X values to sort the list.

    YValues

    Use the Y values to sort the list.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX