ChartYValueType
Contents
[
Hide
]Inheritance: java.lang.Object
public class ChartYValueType
Allows to specify type of an Y value of a chart series.
Fields
| Field | Description |
|---|---|
| DATE_TIME | Specifies that an Y value is a date and time of day. |
| DOUBLE | Specifies that an Y value is a double-precision floating-point number. |
| TIME | Specifies that an X value is a time of day. |
| length |
Methods
| Method | Description |
|---|---|
| fromName(String chartYValueTypeName) | |
| getName(int chartYValueType) | |
| getValues() | |
| toString(int chartYValueType) |
DATE_TIME
public static int DATE_TIME
Specifies that an Y value is a date and time of day.
DOUBLE
public static int DOUBLE
Specifies that an Y value is a double-precision floating-point number.
TIME
public static int TIME
Specifies that an X value is a time of day.
length
public static int length
fromName(String chartYValueTypeName)
public static int fromName(String chartYValueTypeName)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| chartYValueTypeName | java.lang.String |
Returns: int
getName(int chartYValueType)
public static String getName(int chartYValueType)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| chartYValueType | int |
Returns: java.lang.String
getValues()
public static int[] getValues()
Returns: int[]
toString(int chartYValueType)
public static String toString(int chartYValueType)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| chartYValueType | int |
Returns: java.lang.String