Hello Telerik,
I'm trying to bind a ChartDataSource control to a dictionary, then draw a LineSeries.
Previously, I made extensions classes to the DataPointBinding class for binding to the dictionary, no problem! Problem is that the ChartDataSource never gets populated. It stays empty even after adding a new item to the dictionary and re-setting the chartdatasource.itemsource=dictionary.
I am adding the chartdatasource to the window with the radcartesianchart prior to adding the series to the graph.
Could I have an example of how to set the Category/Value Binding for a ChartDataSource in codebehind please?
I'm trying to bind a ChartDataSource control to a dictionary, then draw a LineSeries.
Previously, I made extensions classes to the DataPointBinding class for binding to the dictionary, no problem! Problem is that the ChartDataSource never gets populated. It stays empty even after adding a new item to the dictionary and re-setting the chartdatasource.itemsource=dictionary.
I am adding the chartdatasource to the window with the radcartesianchart prior to adding the series to the graph.
Could I have an example of how to set the Category/Value Binding for a ChartDataSource in codebehind please?