Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / CategoryType Enumeration
In This Topic
    CategoryType Enumeration
    In This Topic
    Specifies the type of the category axis.
    Syntax
    public enum CategoryType : System.Enum 
    Members
    MemberDescription
    AutomaticScale Specifies the automatic scale.
    CategoryScale Specifies that the axis groups data by an arbitrary set of categories.
    TimeScale Specifies that the axis groups data on a time scale.
    ValueScale Specifies that the axis groups data on a value scale.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.CategoryType

    See Also