ChartYValueType

Inheritance: java.lang.Object

public class ChartYValueType

Allows to specify type of an Y value of a chart series.

Fields

FieldDescription
DATE_TIMESpecifies that an Y value is a date and time of day.
DOUBLESpecifies that an Y value is a double-precision floating-point number.
TIMESpecifies that an X value is a time of day.
length

Methods

MethodDescription
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:

ParameterTypeDescription
chartYValueTypeNamejava.lang.String

Returns: int

getName(int chartYValueType)

public static String getName(int chartYValueType)

Parameters:

ParameterTypeDescription
chartYValueTypeint

Returns: java.lang.String

getValues()

public static int[] getValues()

Returns: int[]

toString(int chartYValueType)

public static String toString(int chartYValueType)

Parameters:

ParameterTypeDescription
chartYValueTypeint

Returns: java.lang.String