Back to Devexpress

TdxGanttControlChartView.OnBaselineNumberChanged Event

vcl-dxganttcontrolviewchart-dot-tdxganttcontrolchartview-0aa3e226.md

latest1.2 KB
Original Source

TdxGanttControlChartView.OnBaselineNumberChanged Event

Allows you to respond to a baseline set change.

Declaration

delphi
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

OnBaselineInserted

OnBaselineDeleted

OnBaselineChanged

TdxGanttControlChartView Class

TdxGanttControlChartView Members

dxGanttControlViewChart Unit