com.aspose.words
Class AxisTimeUnit

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

public class AxisTimeUnit 
extends java.lang.Object

Utility class containing constants. Specifies the unit of time for axes.

Field Summary
static final intAUTOMATIC = 0
           Specifies that unit was not set explicitly and default value should be used.
static final intDAYS = 1
           Specifies that the chart data shall be shown in days.
static final intMONTHS = 2
           Specifies that the chart data shall be shown in months.
static final intYEARS = 3
           Specifies that the chart data shall be shown in years.
 

Field Detail

AUTOMATIC = 0

public static final int AUTOMATIC
Specifies that unit was not set explicitly and default value should be used.

DAYS = 1

public static final int DAYS
Specifies that the chart data shall be shown in days.

MONTHS = 2

public static final int MONTHS
Specifies that the chart data shall be shown in months.

YEARS = 3

public static final int YEARS
Specifies that the chart data shall be shown in years.

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