beltrams Posted March 9, 2011 Report Posted March 9, 2011 Dear Forum I can make the legend box visibility to work, I think it is because of the legend box datacontext or something. In my view model I have a property public System.Windows.Visibility LegendVisibility { get { return System.Windows.Visibility.Collapsed; }}and I have this binding: <cfx:Chart.LegendBox> <cfx:LegendBox Visibility="{Binding Path=LegendVisibility}"></cfx:LegendBox> </cfx:Chart.LegendBox>The binging fils because LegendVisibility is not found but I cannot understand why. I have attached a demo app. Thanks for any help. Quote
JuanC Posted March 11, 2011 Report Posted March 11, 2011 There is a bug where we are erroneously setting the legend box datacontext and because of this your binding does not work. This issue should be fixed on any hotfix version 4087 or greater which should be available next week. JuanC Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.