TdxGanttControlChartView.ShowBaselines(Integer) Method
In This Article
Displays all baselines with the specified number.
#Declaration
Delphi
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 Show
See Also