Silverlight Chart with smooth curved line
I'm using the silverlight Charting control to build a line chart for a WP app.
<charting:LineSeries Title="Mood" ItemsSource="{Binding}" DependentValuePath="MoodValue" IndependentValuePath="Timestamp"> </charting:LineSeries> I'd like to know if it's possible to create a line chart that displays the line as a flowing, curvy line, instead of just showing dead-straight segments between the data points.
Thanks! Cheers Will.
Answers & Comments...
No comments:
Post a Comment
Send us your comment related to the topic mentioned on the blog