Uses of Class
com.aspose.tasks.TimescaleTier
-
-
Uses of TimescaleTier in com.aspose.tasks
Methods in com.aspose.tasks that return TimescaleTier Modifier and Type Method Description TimescaleTier
GanttChartView. getBottomTimescaleTier()
Gets settings of view's bottom timescale tier.TimescaleTier
UsageView. getBottomTimescaleTier()
Gets settings of view's bottom timescale tier.TimescaleTier
GanttChartView. getMiddleTimescaleTier()
Gets settings of view's middle timescale tier.TimescaleTier
UsageView. getMiddleTimescaleTier()
Gets settings of view's middle timescale tier.TimescaleTier
GanttChartView. getTopTimescaleTier()
Gets settings of view's top timescale tier.TimescaleTier
UsageView. getTopTimescaleTier()
Gets settings of view's top timescale tier.Methods in com.aspose.tasks with parameters of type TimescaleTier Modifier and Type Method Description void
GanttChartView. setBottomTimescaleTier(TimescaleTier value)
Sets settings of view's bottom timescale tier.void
UsageView. setBottomTimescaleTier(TimescaleTier value)
Sets settings of view's bottom timescale tier.void
GanttChartView. setMiddleTimescaleTier(TimescaleTier value)
Sets settings of view's middle timescale tier.void
UsageView. setMiddleTimescaleTier(TimescaleTier value)
Sets settings of view's middle timescale tier.void
GanttChartView. setTopTimescaleTier(TimescaleTier value)
Sets settings of view's top timescale tier.void
UsageView. setTopTimescaleTier(TimescaleTier value)
Sets settings of view's top timescale tier.
-