I am having the bug that is being referenced by the user in the following thread:
http://www.telerik.com/community/forums/silverlight/chart/changing-visibility-of-series.aspx
The prescribed work around is to follow the example here:
http://demos.telerik.com/silverlight/#Chart/SimpleFiltering
However, in my experience the bug is only present when using Visibility.Collapsed (ie Visibility.Hidden works fine), and the example uses Visibility.Hidden. I need to use Visibility.Collapse since some of my series have disparate magnitudes and I want the chart to be redrawn to show the data with a Y-Axis magnitude that matches the series being shown (the behavior provided by Visibility.Collapse).
When collapsing a series earlier in the list of series, all series after it are redrawn with a different color. The auto-generated legend isn't updated to match the new color. However, I can still hover over the legend item and hover effects are applied to the proper series despite the fact that the legend and the corresponding series are different colors. I believe this to be a bug. Is there a work around (aside from drawing all the legend items myself)?
http://www.telerik.com/community/forums/silverlight/chart/changing-visibility-of-series.aspx
The prescribed work around is to follow the example here:
http://demos.telerik.com/silverlight/#Chart/SimpleFiltering
However, in my experience the bug is only present when using Visibility.Collapsed (ie Visibility.Hidden works fine), and the example uses Visibility.Hidden. I need to use Visibility.Collapse since some of my series have disparate magnitudes and I want the chart to be redrawn to show the data with a Y-Axis magnitude that matches the series being shown (the behavior provided by Visibility.Collapse).
When collapsing a series earlier in the list of series, all series after it are redrawn with a different color. The auto-generated legend isn't updated to match the new color. However, I can still hover over the legend item and hover effects are applied to the proper series despite the fact that the legend and the corresponding series are different colors. I believe this to be a bug. Is there a work around (aside from drawing all the legend items myself)?