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
Field | Description |
---|---|
None | Values will displayed as is. |
Days | Specifies the chart data shall be shown in days. |
Months | Specifies the chart data shall be shown in months. |
Years | Specifies 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.