Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlChartView.HideBaselines Method

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 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