TdxGanttControlChartView.OnBaselineNumberChanged Event
Allows you to respond to a baseline set change.
Declaration
property OnBaselineNumberChanged: TNotifyEvent read; write;
Remarks
All baselines with the same number are considered a set so you can display a baseline for all tasks that have the baseline with this number.
This event occurs every time you change a baseline set displayed in the Chart View.
You can handle the OnGetTaskBaselineColor event to change a baseline color.
See Also