public final class AxisCategoryType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTOMATIC
Specifies that type of a category axis is determined automatically based on data.
|
static int |
CATEGORY
Specifies an axis of an arbitrary set of categories.
|
static int |
length |
static int |
TIME
Specifies a time category axis.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String axisCategoryTypeName) |
static java.lang.String |
getName(int axisCategoryType) |
static int[] |
getValues() |
static java.lang.String |
toString(int axisCategoryType) |
public static final int AUTOMATIC
public static final int CATEGORY
public static final int TIME
public static final int length