Enum TimescaleUnit

Enum TimescaleUnit

Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.2.0)

Specifies the unit of time for any tier of a timescale in a Gantt chart or other time phased view.

public enum TimescaleUnit

Fields

Days = 2

Indicates Days timescale unit.

HalfYears = 7

Indicates Half years timescale unit.

Hours = 1

Indicates Hours timescale unit.

Minutes = 0

Indicates Minutes timescale unit.

Months = 5

Indicates Months timescale unit.

None = -1

Indicates None. The timescale tier is hidden.

Quarters = 6

Indicates Quarters of years timescale unit.

ThirdsOfMonths = 4

Indicates Thirds of months timescale unit.

Weeks = 3

Indicates Weeks timescale unit.

Years = 8

Indicates Years timescale unit.