This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi there, I am currently evaluating WPF Elements (and other products) for use at our studio. I have previously used your libraries at previous role and I will be recommending them to our team for purchase. During my initial tests this afternoon I came up against to issues that I cannot solve with the trial version, i.e., need the source code, so I was hoping that you could shed some light on what is happening. Issue #1: I have a data set of memory profile for our game, in this data set there are at least 20 items that we are currently tracking. As you can imagine this produces a complex view. To simply the view, I would like to be able to toggle the visibility of data series either individually or combined as logical groups. In an attempt to do this, I have the styled legend so that each item now has a Checkbox with IsChecked bound to the LegendItem.DataSeries.Visibility property (with a ValueConverter). Unfortunately this did not work, nor did setting the Visibility property for the data series from code. Is this a possible bug with the ControlTemplate? As in, you do not have a TemplateBinding for the Visibility?
|
|
|
Hello Thanks for pointing this out, it is a nice feature to have. I have modified the Chart control to support this. Changing the visibility of a data series will now collapse it, and update other data series if necessary. This will be available through the nightly builds from tomorrow the 30th of March. Let me know if you have any issues with it in your environment. Regards |
|