public final class AxisTimeUnit
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTOMATIC
Specifies that unit was not set explicitly and default value should be used.
|
static int |
DAYS
Specifies that the chart data shall be shown in days.
|
static int |
length |
static int |
MONTHS
Specifies that the chart data shall be shown in months.
|
static int |
YEARS
Specifies that the chart data shall be shown in years.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String axisTimeUnitName) |
static java.lang.String |
getName(int axisTimeUnit) |
static int[] |
getValues() |
static java.lang.String |
toString(int axisTimeUnit) |
public static final int AUTOMATIC
public static final int DAYS
public static final int MONTHS
public static final int YEARS
public static final int length