TimeUnitType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class TimeUnitType extends System.Enum

Represents the base unit for the category axis

Fields

FieldDescription
NoneValues will displayed as is.
DaysSpecifies the chart data shall be shown in days.
MonthsSpecifies the chart data shall be shown in months.
YearsSpecifies the chart data shall be shown in years.

None

public static final int None

Values will displayed as is.

Days

public static final int Days

Specifies the chart data shall be shown in days.

Months

public static final int Months

Specifies the chart data shall be shown in months.

Years

public static final int Years

Specifies the chart data shall be shown in years.