Spread.Services Documentation
CategoryType Enumeration
GrapeCity.Documents.Spread.Drawing Namespace : CategoryType Enumeration
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.Spread.Drawing.CategoryType

See Also

Reference

GrapeCity.Documents.Spread.Drawing Namespace