com.aspose.words
Class ChartYValueType

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

public class ChartYValueType 
extends java.lang.Object

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

Field Summary
static final intDOUBLE = 0
           Specifies that an Y value is a double-precision floating-point number.
static final intDATE_TIME = 1
           Specifies that an Y value is a date and time of day.
static final intTIME = 2
           Specifies that an X value is a time of day.
 

Field Detail

DOUBLE = 0

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

DATE_TIME = 1

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

TIME = 2

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

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