WPF: Drawing a line with animation
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
How can we draw a line/line_segment with animation (kind of sketch). What I need is something like Telerik line type chart. If three points are there - 10,10 20,20 30,10 - drawing a line between them is pretty simple. But, how to show that line is being drawn? And yes, I want a dynamic solution. Because, these point values are generated on run-time. Which approach should I take?