Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3166
Displaying (Coloring) part values in UltraProgressbar
posted

I have a scenario where task could be various states.

For example there are 100 Task. On 70 task have been 'Processed'. Out of 70 task 'Processed', 30 task are 'Pending approval', 20 task have been 'Approved' and 20 task have been 'Rejected'.

In terms of progress, percent completed is 70 i.e. task 'Processed'. This 70 is further divided into part value of 30 / 20 / 20. I want to represent them with different colors.

Is it possible to do with UltraProgressBar ? What are my options with DrawFilter ? Any other control that might be useful in this context ?