com.aspose.words
Class AxisCategoryType

java.lang.Object
    extended by com.aspose.words.AxisCategoryType

public class AxisCategoryType 
extends java.lang.Object

Utility class containing constants. Specifies type of a category axis.

Field Summary
static final intAUTOMATIC = 0
           Specifies that type of a category axis is determined automatically based on data.
static final intCATEGORY = 1
           Specifies an axis of an arbitrary set of categories.
static final intTIME = 2
           Specifies a time category axis.
 

Field Detail

AUTOMATIC = 0

public static final int AUTOMATIC
Specifies that type of a category axis is determined automatically based on data.

CATEGORY = 1

public static final int CATEGORY
Specifies an axis of an arbitrary set of categories.

TIME = 2

public static final int TIME
Specifies a time category axis.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.