Skip to main content

TdxGanttControlChartView.HideBaselines Method

Allows you hide all baselines in the View.

Declaration

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 HideBaselines procedure records an action in the control‘s history, so a user can undo and redo the corresponding change.

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