Hi all,
I need to implement one particular requirement in my app which is described as below.
1. There will be line and its initial value will be 0 and final value will be 24.(24 hrs of the day)
2. As any employee leaves a company for any reason and come back after some time in a day, my app will have out time and in time for that employee wrt date.
3.Employees can leave company for any number of times in a day.
4. I need to show this on that line for example- out time is 10 am and in time is 11.30 am then there will red portion of line from value 10 to 11.30 and remaining line will be green.
How can I implement this phenomenon and which controls should i used?
Thanks in advanced.