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 TimescaleTierGanttChartView. getBottomTimescaleTier()Gets settings of view's bottom timescale tier.TimescaleTierUsageView. getBottomTimescaleTier()Gets settings of view's bottom timescale tier.TimescaleTierGanttChartView. getMiddleTimescaleTier()Gets settings of view's middle timescale tier.TimescaleTierUsageView. getMiddleTimescaleTier()Gets settings of view's middle timescale tier.TimescaleTierGanttChartView. getTopTimescaleTier()Gets settings of view's top timescale tier.TimescaleTierUsageView. getTopTimescaleTier()Gets settings of view's top timescale tier.Methods in com.aspose.tasks with parameters of type TimescaleTier Modifier and Type Method Description voidGanttChartView. setBottomTimescaleTier(TimescaleTier value)Sets settings of view's bottom timescale tier.voidUsageView. setBottomTimescaleTier(TimescaleTier value)Sets settings of view's bottom timescale tier.voidGanttChartView. setMiddleTimescaleTier(TimescaleTier value)Sets settings of view's middle timescale tier.voidUsageView. setMiddleTimescaleTier(TimescaleTier value)Sets settings of view's middle timescale tier.voidGanttChartView. setTopTimescaleTier(TimescaleTier value)Sets settings of view's top timescale tier.voidUsageView. setTopTimescaleTier(TimescaleTier value)Sets settings of view's top timescale tier.
-