GanttChartView

GanttChartView class

Inherits: Aspose::Tasks::View

Represents a GanttChart view.

Constructors

NameDescription
GanttChartViewInitializes a new instance of the GanttChartView class.

Methods

NameDescription
get_AutoFiltersGets a list of auto filters of a Gantt Chart view.
get_BarRoundingGets a value indicating whether the bars round to the nearest day. The default value is True.
get_BarSizeGets the height, in points, of the Gantt bars in the Gantt Chart.
get_BarStylesGets a list of parent (common) bar styles of the Gantt Chart view. GanttBarStyle .
get_BottomTimescaleTierGets settings of view’s bottom timescale tier. TimescaleTier
get_CustomBarStylesGets a list of custom task-specific bar styles of the Gantt Chart view. GanttBarStyle .
get_GridlinesGets a list of Gridlines of the Gantt Chart view.
get_HideRollupBarsWhenSummaryExpandedGets a value indicating whether rollup bars will be hidden when expanding summary task.
get_MiddleTimescaleTierGets settings of view’s middle timescale tier. TimescaleTier .
get_NonWorkingTimeColorGets non-working time color.
get_ProgressLinesGets progress lines for the Gantt Chart view. ProgressLines .
get_RollUpGanttBarsGets a value indicating whether bars on the Gantt Chart must be rolled up.
get_ShowBarSplitsGets a value indicating whether task splits on the Gantt Chart must be shown.
get_ShowDrawingsGets a value indicating whether drawings on the Gantt Chart must be shown.
get_TableTextStylesGets a list of table text styles of the Gantt Chart view. TableTextStyle .
get_TextStylesGets a list of TextStyle of the Gantt Chart view.
get_TopTimescaleTierGets settings of view’s top timescale tier. TimescaleTier .
set_BarRoundingSets a value indicating whether the bars round to the nearest day. The default value is True.
set_BarSizeSets the height, in points, of the Gantt bars in the Gantt Chart.
set_BottomTimescaleTierSets settings of view’s bottom timescale tier. TimescaleTier
set_GridlinesSets a list of Gridlines of the Gantt Chart view.
set_HideRollupBarsWhenSummaryExpandedSets a value indicating whether rollup bars will be hidden when expanding summary task.
set_MiddleTimescaleTierSets settings of view’s middle timescale tier. TimescaleTier .
set_NonWorkingTimeColorSets non-working time color.
set_ProgressLinesSets progress lines for the Gantt Chart view. ProgressLines .
set_RollUpGanttBarsSets a value indicating whether bars on the Gantt Chart must be rolled up.
set_ShowBarSplitsSets a value indicating whether task splits on the Gantt Chart must be shown.
set_ShowDrawingsSets a value indicating whether drawings on the Gantt Chart must be shown.
set_TextStylesSets a list of TextStyle of the Gantt Chart view.
set_TopTimescaleTierSets settings of view’s top timescale tier. TimescaleTier .