public class ChartYValueType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DATE_TIME
Specifies that an Y value is a date and time of day.
|
static int |
DOUBLE
Specifies that an Y value is a double-precision floating-point number.
|
static int |
length |
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 chartYValueTypeName) |
static java.lang.String |
getName(int chartYValueType) |
static int[] |
getValues() |
static java.lang.String |
toString(int chartYValueType) |
public static int DOUBLE
public static int DATE_TIME
public static int TIME
public static int length