Modifier and Type | Method and Description |
---|---|
TimescaleTier |
GanttChartView.getBottomTimescaleTier()
Gets the bottom timescale tier of the Gantt Chart view.
|
TimescaleTier |
GanttChartView.getMiddleTimescaleTier()
Gets the middle timescale tier of the Gantt Chart view.
|
TimescaleTier |
SaveOptions.getTimescaleTier()
Gets the timescale tier of the Gantt Chart view.
|
TimescaleTier |
GanttChartView.getTopTimescaleTier()
Gets the top timescale tier of the Gantt Chart view.
|
Modifier and Type | Method and Description |
---|---|
void |
GanttChartView.setBottomTimescaleTier(TimescaleTier value)
Sets the bottom timescale tier of the Gantt Chart view.
|
void |
GanttChartView.setMiddleTimescaleTier(TimescaleTier value)
Sets the middle timescale tier of the Gantt Chart view.
|
void |
SaveOptions.setTimescaleTier(TimescaleTier value)
Sets the timescale tier of the Gantt Chart view.
|
void |
GanttChartView.setTopTimescaleTier(TimescaleTier value)
Sets the top timescale tier of the Gantt Chart view.
|