Looking at your examples for Automatic series binding: http://www.telerik.com/help/silverlight/radchart-populating-with-data-data-binding-with-automatic-series-binding.html
My problem with both examples atm is how do I assign the labels along the X-Axis? The examples just show 1,2,3,4,...to number of items.
I have a list<string> that has labels corresponding to the items in my list<double>. Is there a way to assign my list of categories using XAML?
Or is there a way in the Series Mapping to assign a column number to an ItemMapping i.e. Instead of FieldName use FieldIndex?
My problem with both examples atm is how do I assign the labels along the X-Axis? The examples just show 1,2,3,4,...to number of items.
I have a list<string> that has labels corresponding to the items in my list<double>. Is there a way to assign my list of categories using XAML?
Or is there a way in the Series Mapping to assign a column number to an ItemMapping i.e. Instead of FieldName use FieldIndex?