Writing a custom wpf 'rolling' plot control (are there any components with such functionality?)
Posted
by adrin
on Stack Overflow
See other posts from Stack Overflow
or by adrin
Published on 2010-05-26T11:27:23Z
Indexed on
2010/05/26
11:31 UTC
Read the original article
Hit count: 152
I need a wpf plot control that would 'roll' (scroll) as data is fed to it (instead of stretching, etc). Unfortunately i didnt find a working component so now I am considering writing my own control (its plotting features need to be simple).
Did anyone write a custom plot/chart control? Is it difficult? What container should I use (Canvas & ViewBox?) so that it is reasonably fast, easy to write and scales as window is resized?
© Stack Overflow or respective owner