Skip to main content

TdxGanttControlChartView.OnGetLinkColor Event

Allows you to change a task dependency color.

Declaration

property OnGetLinkColor: TdxGanttControlChartViewGetLinkColorEvent read; write;

Remarks

This event occurs every time the View redraws a task dependency. Assign a color to the AColor parameter to paint the dependency passed as the ALink parameter.

Refer to the TdxGanttControlChartViewGetLinkColorEvent type description for information on available options.

See Also