F
fallenidol
Hello,
I am currently beginning development of a custom charting control which
shall be used to display medical trend data such as Heart Rate and Blood
Pressure etc. The control will be made up of several horizontal "tiles"
which run the width of the control. So there would be one "tile" for Heart
Rate (say 150px high) and another "tile" below that for Blood Pressure (also
150px). To complicate matters each title needs to "scroll" in a manner
similar to Google Maps. In other words when a title is scrolled horizontally
the chart needs to start constructing images of the graph and buffering them
behind the scenes since redrawing the whole "tile" in real-time would be too
slow.
I'm kind of struggling to think of the best way to implement this so any
suggestions would be helpful. I'm unsure if i need to have just one
usercontrol and use gdi+ to draw everything inside the one control or
whether i should have have one usercontrol as a container and then have
several other usercontrol inside i.e one for each "tile".
I hope this makes sense and look forward to any suggestions you might have.
Thanks.
I am currently beginning development of a custom charting control which
shall be used to display medical trend data such as Heart Rate and Blood
Pressure etc. The control will be made up of several horizontal "tiles"
which run the width of the control. So there would be one "tile" for Heart
Rate (say 150px high) and another "tile" below that for Blood Pressure (also
150px). To complicate matters each title needs to "scroll" in a manner
similar to Google Maps. In other words when a title is scrolled horizontally
the chart needs to start constructing images of the graph and buffering them
behind the scenes since redrawing the whole "tile" in real-time would be too
slow.
I'm kind of struggling to think of the best way to implement this so any
suggestions would be helpful. I'm unsure if i need to have just one
usercontrol and use gdi+ to draw everything inside the one control or
whether i should have have one usercontrol as a container and then have
several other usercontrol inside i.e one for each "tile".
I hope this makes sense and look forward to any suggestions you might have.
Thanks.