Silverlight Toolkit - create a chart similar to Google realtime

I want to create a chart that looks as large as possible, like the Google Realtime Timeline , ideally it should support panning and zooming with dynamic labels for axes instead of clicking on links. Is there any way to do this? Thanks.

+6
source share
1 answer

Sometimes it seems to me that writing blog entries takes longer than writing code.

Here is a link to my implementation of this timeline control: http://vortexwolf.wordpress.com/2011/04/20/silverlight-timeline-chart/

Screenshot:

enter image description here

Upload the code to my post and write further comments and suggestions. If there are errors, I will correct them.

+4
source

Source: https://habr.com/ru/post/886088/


All Articles