Hello, I have created a Gantt chart available as an attachment below.
However, I would like that on the left of the screen, in front of each colored bar, there is the date and the day of the week on which the event begins. But I can't manage to do that. Can you help me please ? Thanks in advance !

lblItemName
Text : ThisItem.Usine
X :lblIndicator.X + lblIndicator.Width
lblIndicator
Width : (Value(
DateDiff(
Date(
Year(Now());
1;
1
);
ThisItem.DateFin
) + 1
) - Value(
DateDiff(
Date(
Year(Now());
1;
1
);
(ThisItem.DateArrivee + 1)
)
)) * (galBodyMonths.Width / 365)
X : Value(
DateDiff(
Date(
Year(Now());
1;
1
);
ThisItem.DateFin
) + 1
)* (galBodyMonths.Width / 365)
lblMonthName
Text : Switch(ThisItem.Value; 1; "January"; 2; "February"; 3; "March"; 4; "April"; 5; "May"; 6 ;"June"; 7 ; "July"; 8 ;"August"; 9; "September"; 10; "October"; 11; "November"; 12; "December")