Tagged Questions
2
votes
2answers
4k views
WPF Polyline relative point values and stretch for drawing a graph
I'm trying to create a pretty simple graphing component that consists of a series of Polylines within the same grid cell that represent graph lines. My strategy is to look at all the points in my ...