TdxGanttControlChartView.HideBaselines Method
In This Article
Allows you hide all baselines in the View.
#Declaration
Delphi
procedure HideBaselines;
#Remarks
Call this procedure to hide all baselines displayed in the View. You can call the ClearBaselines procedure to delete all baselines with the specified number.
Note
The Hide
#Display Baselines
You can use any of the following ways to display baselines in the View:
- Omit from History
- Assign a baseline number to the BaselineNumber property. The property does not affect tasks that have no baseline with the specified number.
- Record to History
- Call the ShowBaselines procedure and pass a baseline number as the ANumber parameter.
See Also