com.aspose.words
Class ChartXValueType

java.lang.Object
    extended by com.aspose.words.ChartXValueType

public class ChartXValueType 
extends java.lang.Object

Utility class containing constants. Allows to specify type of an X value of a chart series.

Field Summary
static final intSTRING = 0
           Specifies that an X value is a string category.
static final intDOUBLE = 1
           Specifies that an X value is a double-precision floating-point number.
static final intDATE_TIME = 2
           Specifies that an X value is a date and time of day.
static final intTIME = 3
           Specifies that an X value is a time of day.
static final intMULTILEVEL = 4
           Specifies that an X value is a multilevel value.
 

Field Detail

STRING = 0

public static final int STRING
Specifies that an X value is a string category.

DOUBLE = 1

public static final int DOUBLE
Specifies that an X value is a double-precision floating-point number.

DATE_TIME = 2

public static final int DATE_TIME
Specifies that an X value is a date and time of day.

TIME = 3

public static final int TIME
Specifies that an X value is a time of day.

MULTILEVEL = 4

public static final int MULTILEVEL
Specifies that an X value is a multilevel value.
See Also:
ChartMultilevelValue

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.