I Am trying to create a chart control dynamically. i am using WPF Toolkit chart controls.
Is this the best one when we think in terms of OpenSource and MVVM binding ? I donot see that it supports 3d charts.
I saw some sampl how we can bind the chart to View model. But i want my app to be dynamic. What my requirement is that, the settings will be stored in database . these setting include all chart details such as Series type, series data , X-axis data and everything. The app should be able to build the chart on fly reading the metadata. It should be able to create Multiple types of series (For example: a chart : one series : Line and another as column)
I saw a sample, but that doensot say me how to bind the series collection of a chart.
Anyone who has tried this or any suggestion ?
- Girija