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.ClearBaselines(Integer,Boolean) Method

Deletes a specific baseline.

#Declaration

Delphi
procedure ClearBaselines(ANumber: Integer; ASelected: Boolean);

#Parameters

Name Type
ANumber Integer
ASelected Boolean

#Remarks

Call this procedure and pass a baseline number as the ANumber parameter to delete all baselines with this number. To clear the selected task’s baseline, pass True as the ASelected parameter.

Note

The ClearBaselines procedure records an action in the control‘s history, so a user can undo and redo the corresponding change.

#Create Baselines

You can call the SetBaselines procedure to do the following:

  • Create baselines with the specified number for all tasks in the Chart View.

  • Update existing baselines that have this number.

See Also