GanttChartView
Contents
[
Hide
]GanttChartView class
Inherits: Aspose::Tasks::View
Represents a GanttChart view.
Constructors
| Name | Description |
|---|---|
| GanttChartView | Initializes a new instance of the GanttChartView class. |
Methods
| Name | Description |
|---|---|
| get_AutoFilters | Gets a list of auto filters of a Gantt Chart view. |
| get_BarRounding | Gets a value indicating whether the bars round to the nearest day. The default value is True. |
| get_BarSize | Gets the height, in points, of the Gantt bars in the Gantt Chart. |
| get_BarStyles | Gets a list of parent (common) bar styles of the Gantt Chart view. GanttBarStyle . |
| get_BottomTimescaleTier | Gets settings of view’s bottom timescale tier. TimescaleTier |
| get_CustomBarStyles | Gets a list of custom task-specific bar styles of the Gantt Chart view. GanttBarStyle . |
| get_Gridlines | Gets a list of Gridlines of the Gantt Chart view. |
| get_HideRollupBarsWhenSummaryExpanded | Gets a value indicating whether rollup bars will be hidden when expanding summary task. |
| get_MiddleTimescaleTier | Gets settings of view’s middle timescale tier. TimescaleTier . |
| get_NonWorkingTimeColor | Gets non-working time color. |
| get_ProgressLines | Gets progress lines for the Gantt Chart view. ProgressLines . |
| get_RollUpGanttBars | Gets a value indicating whether bars on the Gantt Chart must be rolled up. |
| get_ShowBarSplits | Gets a value indicating whether task splits on the Gantt Chart must be shown. |
| get_ShowDrawings | Gets a value indicating whether drawings on the Gantt Chart must be shown. |
| get_TableTextStyles | Gets a list of table text styles of the Gantt Chart view. TableTextStyle . |
| get_TextStyles | Gets a list of TextStyle of the Gantt Chart view. |
| get_TopTimescaleTier | Gets settings of view’s top timescale tier. TimescaleTier . |
| set_BarRounding | Sets a value indicating whether the bars round to the nearest day. The default value is True. |
| set_BarSize | Sets the height, in points, of the Gantt bars in the Gantt Chart. |
| set_BottomTimescaleTier | Sets settings of view’s bottom timescale tier. TimescaleTier |
| set_Gridlines | Sets a list of Gridlines of the Gantt Chart view. |
| set_HideRollupBarsWhenSummaryExpanded | Sets a value indicating whether rollup bars will be hidden when expanding summary task. |
| set_MiddleTimescaleTier | Sets settings of view’s middle timescale tier. TimescaleTier . |
| set_NonWorkingTimeColor | Sets non-working time color. |
| set_ProgressLines | Sets progress lines for the Gantt Chart view. ProgressLines . |
| set_RollUpGanttBars | Sets a value indicating whether bars on the Gantt Chart must be rolled up. |
| set_ShowBarSplits | Sets a value indicating whether task splits on the Gantt Chart must be shown. |
| set_ShowDrawings | Sets a value indicating whether drawings on the Gantt Chart must be shown. |
| set_TextStyles | Sets a list of TextStyle of the Gantt Chart view. |
| set_TopTimescaleTier | Sets settings of view’s top timescale tier. TimescaleTier . |