java.lang.Object
com.aspose.words.ChartYValueType
public class ChartYValueType
| Field Summary | ||
|---|---|---|
static final int | DOUBLE | |
| Specifies that an Y value is a double-precision floating-point number. | ||
static final int | DATE_TIME | |
| Specifies that an Y value is a date and time of day. | ||
static final int | TIME | |
| Specifies that an X value is a time of day. | ||
| Field Detail |
|---|
DOUBLE = 0 | |
public static final int DOUBLE | |
DATE_TIME = 1 | |
public static final int DATE_TIME | |
TIME = 2 | |
public static final int TIME | |