Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / CategoryType Enumeration
In This Topic
    CategoryType Enumeration
    In This Topic
    Specifies the type of the category axis.
    Members
    MemberDescription
    AutomaticScaleSpecifies the automatic scale.
    CategoryScaleSpecifies that the axis groups data by an arbitrary set of categories.
    TimeScaleSpecifies that the axis groups data on a time scale.
    ValueScaleSpecifies that the axis groups data on a value scale.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.drawing.CategoryType

    See Also