GanttChartView
Contents
[
Hide
]GanttChartView class
Represents a GanttChart view.
The GanttChartView type exposes the following members:
Constructors
Name | Description |
---|---|
GanttChartView() | Initializes a new instance of the GanttChartView class. |
Properties
Name | Description |
---|---|
filter | Gets or sets a filter used in a single view. |
group | Gets or sets a group of the single view. |
uid | Gets the unique identifier of a view. |
highlight_filter | Gets or sets a value indicating whether Microsoft Project highlights the filter for a single view. |
name | Gets or sets the name of a View object. |
screen | Gets the screen type for the single view. Read-only ViewScreen. |
parent_project | Gets the parent of the View object. Read-only Project. |
table | Gets or sets a table of the single view. |
type | Gets the type of item in the single view, such as tasks or resources. Read-only ItemType. |
show_in_menu | Gets or sets a value indicating whether Microsoft Project shows the single view name in the View or the Other Views drop-down lists in the Ribbon. |
page_info | Gets an instance of the page_info class. Represents page setup data which is present in mpp file format. |
visual_objects_placements | Gets a collection of objects representing placement and appearance of OleObject in the view. |
bar_size | Gets or sets the height, in points, of the Gantt bars in the Gantt Chart. |
gridlines | Gets or sets a list of gridlines of the Gantt Chart view. |
text_styles | Gets or sets a list of TextStyle of the Gantt Chart view. |
show_drawings | Gets or sets a value indicating whether drawings on the Gantt Chart must be shown. |
show_bar_splits | Gets or sets a value indicating whether task splits on the Gantt Chart must be shown. |
roll_up_gantt_bars | Gets or sets a value indicating whether bars on the Gantt Chart must be rolled up. |
bar_rounding | Gets or sets a value indicating whether the bars round to the nearest day. The default value is True. |
bottom_timescale_tier | Gets or sets settings of view’s bottom timescale tier. TimescaleTier |
middle_timescale_tier | Gets or sets settings of view’s middle timescale tier. TimescaleTier. |
top_timescale_tier | Gets or sets settings of view’s top timescale tier. TimescaleTier. |
timescale_size_percentage | |
hide_rollup_bars_when_summary_expanded | Gets or sets a value indicating whether rollup bars will be hidden when expanding summary task. |
progress_lines | Gets or sets progress lines for the Gantt Chart view. progress_lines. |
auto_filters | Gets a list of auto filters of a Gantt Chart view. |
table_text_styles | Gets a list of table text styles of the Gantt Chart view. TableTextStyle. |
bar_styles | Gets a list of parent (common) bar styles of the Gantt Chart view. GanttBarStyle. |
custom_bar_styles | Gets a list of custom task-specific bar styles of the Gantt Chart view. GanttBarStyle. |
non_working_time_color | Gets or sets non-working time color. |
Methods
Name | Description |
---|---|
compare_to(other) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
See Also
- namespace aspose.tasks
- assembly Aspose.Tasks