java.lang.Object
com.aspose.words.ChartAxisType
public class ChartAxisType
| Field Summary | ||
|---|---|---|
static final int | CATEGORY | |
| Category axis of a chart. | ||
static final int | SERIES | |
| Series axis of a chart. | ||
static final int | VALUE | |
| Value axis of a chart. | ||
| Field Detail |
|---|
CATEGORY = 0 | |
public static final int CATEGORY | |
SERIES = 1 | |
public static final int SERIES | |
VALUE = 2 | |
public static final int VALUE | |