java.lang.Object
com.aspose.words.AxisCategoryType
public class AxisCategoryType
| Field Summary | ||
|---|---|---|
static final int | AUTOMATIC | |
| Specifies that type of a category axis is determined automatically based on data. | ||
static final int | CATEGORY | |
| Specifies an axis of an arbitrary set of categories. | ||
static final int | TIME | |
| Specifies a time category axis. | ||
| Field Detail |
|---|
AUTOMATIC = 0 | |
public static final int AUTOMATIC | |
CATEGORY = 1 | |
public static final int CATEGORY | |
TIME = 2 | |
public static final int TIME | |