I need to build a WPF control that looks somehow similar to this:
Where each color should be clickable and resizable (or selectable).
This control will be used to set modes on the hours of a day. I've thought about making 24 buttons that would be arranged in a circle:
Another idea was to draw a complete circle and calculate user mouse click's position for the selection and draw several circles to represent the data.
Any other/better ideas on how to build this? (please excuse my poor drawing).