Back to Devexpress

TdxGanttControlChartView.HideBaselines Method

vcl-dxganttcontrolviewchart-dot-tdxganttcontrolchartview-7d90fcba.md

latest1.8 KB
Original Source

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 HistoryAssign a baseline number to the BaselineNumber property. The property does not affect tasks that have no baseline with the specified number.Record to HistoryCall the ShowBaselines procedure and pass a baseline number as the ANumber parameter. See Also

SetBaselines

ClearBaselines

TdxGanttControlChartView Class

TdxGanttControlChartView Members

dxGanttControlViewChart Unit