This question is locked. New answers and comments are not allowed.
Hello everyone,
I've got a Silverlight project in which I would like to add dynamic chart creation.
www.kerkelapp.com
this is my project. It is still in construction and has a lot of things to be fixed, but my idea is to add a a button on the info window that appears on each of the elements that upon clicking it a chart appears in the white space below and shows the change over time in the element's values. In the demos I saw the live data demo, but I have no idea how to do this by code. My first Idea was to make A user Control which hosted an already drawn chart and just bind the element data to it, but I don't know how to bind the chart to a textBox.Text value.
Any ideas?
I've got a Silverlight project in which I would like to add dynamic chart creation.
www.kerkelapp.com
this is my project. It is still in construction and has a lot of things to be fixed, but my idea is to add a a button on the info window that appears on each of the elements that upon clicking it a chart appears in the white space below and shows the change over time in the element's values. In the demos I saw the live data demo, but I have no idea how to do this by code. My first Idea was to make A user Control which hosted an already drawn chart and just bind the element data to it, but I don't know how to bind the chart to a textBox.Text value.
Any ideas?