Click here to Skip to main content
15,881,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm new to Silverlight and i'm looking to create a Chart that contains a 2D shape in his plot area.
At the same time i want it to have a zoom in / zoom out on behavior.

Does Silverlight offer such kind of controls ? If not which one can be suitable in this case.
Thx

additional information moved from non-solution below [Nelek]
I'm building a component on a silverlight solution.
I already search for a controls with those specs but didn't found yet.

This is what i really want my control to look like :
http://goo.gl/ruLKMK[^]

Draw a shape with a graduation that i can zoom and and i want to go further and draw a grid overlay (other than the default crosshair of the chart) to capture each cell for localized events (highlight cells, resize them).

Thx for reply.
Posted
Updated 7-Nov-14 7:03am
v2

If I were you than instead of rebuilding, I would buy an existing component or reuse which is already available:

And btw, why still Silverlight and not HTML5?

Check these out:

A WPF Custom Control for Zooming and Panning[^]

https://www.devexpress.com/Products/NET/Controls/Silverlight/Charting/[^]

http://www.modulusfe.com/products/web-mobile-stock-chart-library/stockchartx-silverlight/[^]

https://graphit.codeplex.com/[^]
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 7-Nov-14 12:11pm    
Why not HTML5? There is one apparent reason: the ease of development and maintainability of Silvelight. Scripting is always harder to debug than compiled code.
Please see my answer.
—SA
Nelek 7-Nov-14 13:05pm    
OP added a non solution with more information. I moved it to the question. Have a look.
 
Share this answer
 
v2
Comments
Nelek 7-Nov-14 13:05pm    
OP added a non solution with more information. I moved it to the question. Have a look.
Sergey Alexandrovich Kryukov 7-Nov-14 14:26pm    
I think my answer would be the same.
Thank you, Nelek.
—SA
Nelek 8-Nov-14 5:48am    
You are welcome

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900