Open
Description
Steps to reproduce:
- Hide any series by clicking on the legend's items
- Update the data (my series are bound to a List of custom items and I use the serie's Mapping delegate to convert the item to DataPoints)
- Refresh the plot (I bind to the plot's InvalidateFlag property and increment its value)
- Make the series visible again by clicking on the legend's items
The series that were invisible when the data changed are not updated on the plot.