TdxGanttControlChartView Class
The control‘s Chart View.
Declaration
TdxGanttControlChartView = class(
TdxGanttControlCustomView
)
Remarks
The Chart View allows users to browse a project and track its progress. The view consists of a chart and task sheet.
The TdxGanttControlChartView API members allow you to do the following:
Scroll the View to a task (FirstVisibleDate)
Adjust the View’s gridline and sheet settings (OptionsGridline and OptionsSheet).
Specify if tasks display their progress (ShowTaskProgress)
Create and delete task baselines (SetBaselines and ClearBaselines)
Manage the visibility of all baselines in the View (BaselineNumber)
Manage the visibility of a specific baseline (ShowBaselines and HideBaselines)
Respond to a baseline set change (OnBaselineNumberChanged)
Change a baseline’s color for the specified task (OnBaselineNumberChanged)
A control’s ViewChart property references a TdxGanttControlChartView object.