TdxGanttControlChartView Members
The control‘s Chart View.Constructors
Name | Description |
---|---|
Create(TPersistent) | Initializes a new instance of the TdxGanttControlCustomOptions class with specified settings. Inherited from TdxGanttControlCustomOptions. |
Properties
Name | Description |
---|---|
Active | Switches the control’s View. Inherited from TdxGanttControlCustomView. |
BaselineNumber | Specifies the number of a baseline set to display in the Chart View. |
ChangedHandlers | Inherited from TdxGanttControlCustomOptions. |
FirstVisibleDateTime | Specifies the first visible date and time in the Chart View. |
OptionsGridline | Provides access to gridline options. |
OptionsSheet | Provides access to Chart View’s sheet options. |
Owner | Inherited from TdxGanttControlCustomOptions. |
PopupMenuItems | |
ScaleFactor | Inherited from TdxGanttControlCustomOptions. |
ShowTaskProgress | Allows you to manage the task progress visibility. |
TimescaleUnit | Specifies a time measurement unit for the Chart View. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
BeginUpdate | Inherited from TdxGanttControlPersistent. |
CancelUpdate | Inherited from TdxGanttControlPersistent. |
ClearBaselines(Integer,Boolean) | Deletes a specific baseline. |
EndUpdate | Inherited from TdxGanttControlPersistent. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
HideBaselines | Allows you hide all baselines in the View. |
QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
Reset | Inherited from TdxGanttControlPersistent. |
SetBaselines(Integer,Boolean) | Saves the Chart View’s current state as a baseline set. |
ShowBaselines(Integer) | Displays all baselines with the specified number. |
ToString | Inherited from TObject. |
Events
Name | Description |
---|---|
OnBaselineNumberChanged | Allows you to respond to a baseline set change. |
OnFirstVisibleDateTimeChanged | Allows you to respond to a change of the first visible date in the Chart View. |
OnGetLinkColor | Allows you to change a task dependency color. |
OnGetMajorHeaderCaption | |
OnGetStoredProperties | Occurs every time the View’s property list is created. Inherited from TdxGanttControlCustomView. |
OnGetStoredPropertyValue | Inherited from TdxGanttControlCustomView. |
OnGetTaskBaselineColor | Allows you to change a baseline color. |
OnGetTaskColor | Allows you to change a task color. |
OnPercentCompleteChange | Allows you to accept or decline the task‘s progress change with the mouse. |
OnPercentCompleteEndChange | Allows you to respond to a task‘s progress change (with the mouse) in the chart. |
OnPercentCompleteStartChange | Allows you to cancel a drag-and-drop operation that is about to change a task‘s progress in the chart. |
OnSetStoredPropertyValue | Inherited from TdxGanttControlCustomView. |
OnTaskCreate | Allows you to accept or decline a task created by a mouse drag-and-drop operation. |
OnTaskEndCreate | Allows you to respond to a task created by a mouse drag-and-drop operation. |
OnTaskEndLink | Allows you to respond to a dependency created (with the mouse) between tasks. |
OnTaskEndMove | Allows you to respond to a task movement (with the mouse) in the chart. |
OnTaskEndResize | Allows you to respond to a task‘s width change made with a mouse drag-and-drop operation. |
OnTaskLink | Allows you to accept or decline a dependency created by a mouse drag-and-drop operation. |
OnTaskMove | Allows you to accept or decline the task drag-and-drop operation in the chart. |
OnTaskResize | Allows you to accept or decline a task duration change with the mouse. |
OnTaskStartCreate | Allows you to cancel a drag-and-drop operation that is about to create a task in the chart. |
OnTaskStartLink | Allows you to cancel a drag-and-drop operation that is about to create a dependency between tasks in the chart. |
OnTaskStartMove | Allows you to cancel a drag-and-drop operation that is about to move a task in the chart. |
OnTaskStartResize | Allows you to cancel a drag-and-drop operation that is about to change a task‘s width in the chart. |
See Also