Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / SortType Enumeration


In This Topic
    SortType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum SortType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SortType
    public enum SortType : System.Enum 
    Members
    MemberDescription
    AscendingAscending sort
    DescendingDescending sort
    NoneNo sorting.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Chart.SortType

    See Also