TdxGanttControlChartView.ShowBaselines(Integer) Method
Displays all baselines with the specified number.
Declaration
procedure ShowBaselines(ANumber: Integer);
Parameters
Name | Type | Description |
---|---|---|
ANumber | Integer | A baseline number. |
Remarks
Call this procedure and pass a baseline number as the ANumber parameter to display all baselines that have this number.
You can use the BaselineNumber property instead, but note that the control‘s history does not track the property value change.
Hide Baselines
- Omit from History
- Assign -1 to the BaselineNumber property.
- Record to History
- Call the HideBaselines procedure and pass a baseline number as the ANumber parameter.
Note
The ShowBaselines procedure records an action in the control’s history so a user can undo and redo the corresponding change.
See Also