java.lang.Object
com.aspose.words.AxisTimeUnit
public class AxisTimeUnit
| Field Summary | ||
|---|---|---|
static final int | AUTOMATIC | |
| Specifies that unit was not set explicitly and default value should be used. | ||
static final int | DAYS | |
| Specifies that the chart data shall be shown in days. | ||
static final int | MONTHS | |
| Specifies that the chart data shall be shown in months. | ||
static final int | YEARS | |
| Specifies that the chart data shall be shown in years. | ||
| Field Detail |
|---|
AUTOMATIC = 0 | |
public static final int AUTOMATIC | |
DAYS = 1 | |
public static final int DAYS | |
MONTHS = 2 | |
public static final int MONTHS | |
YEARS = 3 | |
public static final int YEARS | |