public final class Timescale
extends com.aspose.ms.System.Enum
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.
Modifier and Type | Field and Description |
---|---|
static int |
Days
Predefined two-tiered timescale where minimal level of detail is one day.
|
static int |
DefinedInView
Use timescale settings defined in project view's properties:
GanttChartView.BottomTimescaleTier (GanttChartView.getBottomTimescaleTier() /GanttChartView.setBottomTimescaleTier(TimescaleTier) ),
GanttChartView.MiddleTimescaleTier (GanttChartView.getMiddleTimescaleTier() /GanttChartView.setMiddleTimescaleTier(TimescaleTier) ), GanttChartView.TopTimescaleTier (GanttChartView.getTopTimescaleTier() /GanttChartView.setTopTimescaleTier(TimescaleTier) ). |
static int |
Months
Predefined two-tiered timescale where minimal level of detail is one month.
|
static int |
ThirdsOfMonths
Predefined two-tiered timescale where level of detail is one third of month.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int DefinedInView
Use timescale settings defined in project view's properties: GanttChartView.BottomTimescaleTier
(GanttChartView.getBottomTimescaleTier()
/GanttChartView.setBottomTimescaleTier(TimescaleTier)
),
GanttChartView.MiddleTimescaleTier
(GanttChartView.getMiddleTimescaleTier()
/GanttChartView.setMiddleTimescaleTier(TimescaleTier)
), GanttChartView.TopTimescaleTier
(GanttChartView.getTopTimescaleTier()
/GanttChartView.setTopTimescaleTier(TimescaleTier)
).
Valid for formats which contains view data. For example, projects which are read from MPP format.
public static final int Days
Predefined two-tiered timescale where minimal level of detail is one day.
public static final int ThirdsOfMonths
Predefined two-tiered timescale where level of detail is one third of month.
public static final int Months
Predefined two-tiered timescale where minimal level of detail is one month.