ChartXValueType

Inheritance: java.lang.Object

public class ChartXValueType

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

Fields

FieldDescription
DATE_TIMESpecifies that an X value is a date and time of day.
DOUBLESpecifies that an X value is a double-precision floating-point number.
MULTILEVELSpecifies that an X value is a multilevel value.
STRINGSpecifies that an X value is a string category.
TIMESpecifies that an X value is a time of day.
length

Methods

MethodDescription
fromName(String chartXValueTypeName)
getName(int chartXValueType)
getValues()
toString(int chartXValueType)

DATE_TIME

public static int DATE_TIME

Specifies that an X value is a date and time of day.

DOUBLE

public static int DOUBLE

Specifies that an X value is a double-precision floating-point number.

MULTILEVEL

public static int MULTILEVEL

Specifies that an X value is a multilevel value.

STRING

public static int STRING

Specifies that an X value is a string category.

TIME

public static int TIME

Specifies that an X value is a time of day.

length

public static int length

fromName(String chartXValueTypeName)

public static int fromName(String chartXValueTypeName)

Parameters:

ParameterTypeDescription
chartXValueTypeNamejava.lang.String

Returns: int

getName(int chartXValueType)

public static String getName(int chartXValueType)

Parameters:

ParameterTypeDescription
chartXValueTypeint

Returns: java.lang.String

getValues()

public static int[] getValues()

Returns: int[]

toString(int chartXValueType)

public static String toString(int chartXValueType)

Parameters:

ParameterTypeDescription
chartXValueTypeint

Returns: java.lang.String