cancel
Showing results for 
Search instead for 
Did you mean: 

Colors in Gantt chart

Former Member
0 Kudos

First of all, is there a 'general' description of the colors used for tasks in the graphic view in cProjects

(eg. orange = date constraint, blue = no constraint, red = critical path, red background = ?).

Secondly, where can they be changed?

Thank you in advance,

Pj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The colors in the Gantt chart can be changed for MPMON functionaliy in cProjects.

For example, the background color has been set in the classCL_DPR_UI_LOG_GANTT in the method GANTT_PARAMETERS

in the following line :

rs_gantt_para-backcolor_type = 'White'.

In order to change colors of bars etc., it can be done in the typerepository.xml file.

The path for the repository file can be found in the same class where the value of the variable rs_gantt_para-typerepository_href is being set.

Regards,

Dolly

Edited by: Dolly Kansal on Jun 15, 2011 11:15 AM