Quantcast
Channel: Silverlight Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 801

Commented Issue: Databinding for Multiple Series [1244]

$
0
0
The ability to databind multiple datasets (collection of a collection) to a chart is needed. Right now, you can easily databind one set of points with no problems at all, however if you were to want to plot multiple series of lines, you would need to do this in the code behind. Being that MVVM is so popular, it would be very cool to be able to bind to the Series property in the Chart control, and use the IValueConverter to pass back the correct series set.

Example:

<Charting:Chart Series="{Binding Path=COFC, Converter={StaticResource lineSeriesConverter}, Mode=TwoWay}"/>

Right now, you will get an error:

AG_E_PARSER_BAD_PROPERTY_VALUE,

But while doing testing, I have also received this error:

Invalid attribute value {Binding Path=COFC, Converter=LineSeriesConverter} for property Series. [Line: 8 Position: 32]

Our online thread about this:

http://silverlight.net/forums/t/58624.aspx

Attached is a very simple app to reproduce the problem we are having.

I have researched many different methods of resolving this, but have found no viable solution.
Comments: ** Comment from web user: JobaDiniz **

It's a 4 year issue, and it's not solved yet... that's a bummer


Viewing all articles
Browse latest Browse all 801

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>