public class ChartXValueType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DATE_TIME
Specifies that an X value is a date and time of day.
|
static int |
DOUBLE
Specifies that an X value is a double-precision floating-point number.
|
static int |
length |
static int |
MULTILEVEL
Specifies that an X value is a multilevel value.
|
static int |
STRING
Specifies that an X value is a string category.
|
static int |
TIME
Specifies that an X value is a time of day.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String chartXValueTypeName) |
static java.lang.String |
getName(int chartXValueType) |
static int[] |
getValues() |
static java.lang.String |
toString(int chartXValueType) |
public static int STRING
public static int DOUBLE
public static int DATE_TIME
public static int TIME
public static int MULTILEVEL
ChartMultilevelValuepublic static int length