How can I create a profiler GUI in WPF?

Posted by thehan on Stack Overflow See other posts from Stack Overflow or by thehan
Published on 2010-05-12T17:02:42Z Indexed on 2010/05/12 17:04 UTC
Read the original article Hit count: 131

Filed under:
|

I am looking to create a task profiler in WPF with an UI similar to the one of incredibuild.

Eg, timed tasks appear as strips on their respective line. Have a look at:

http://baoz.net/wp-content/2009/06/ib1.png

to see what I mean. I am unsure what the best way to tackle this problem is? Should I override the Panel class creating a custom layout panel for this or might there be an existing control/library out there that can fit my needs. I have so far had a look at various charting controls but am unsure of weither they can be tweaked to achieve this behaviour or not. I am really hoping for someone who has been using WPF for a while to help me narrow down my search. It is not exactly easy to know what to google for either :)

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf