Enum Timescale

Enum Timescale

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

Defines options which specifies how to render timescale in Gantt Chart, Task Usage or Resource Usage views when the project is exported to a graphic format.

public enum Timescale

Fields

Days = 1

Predefined two-tiered timescale where minimal level of detail is one day.

DefinedInView = 0

Use timescale settings defined in project view’s properties: Aspose.Tasks.GanttChartView.BottomTimescaleTier, Aspose.Tasks.GanttChartView.MiddleTimescaleTier, Aspose.Tasks.GanttChartView.TopTimescaleTier. Valid for formats which contains view data. For example, projects which are read from MPP format.

If timescale settings are not set for the view, predefined Timescale.Days setting is used instead.

Months = 30

Predefined two-tiered timescale where minimal level of detail is one month.

ThirdsOfMonths = 10

Predefined two-tiered timescale where level of detail is one third of month.