You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug also occurs when clearing the series collection then re-assigning it with a new collection. This is a critical defect when refreshing data that includes a variant result set of series.
After using the legend in 'StepLine' and pressing 'Add Series', if you press 'Remove Series', the legend text disappears.
Version in which the problem occurred
--> beta.700
Add Series
![image](https://user-images.githubusercontent.com/118875864/209300769-c1f61063-9ac7-43e4-80a6-264d24c4e494.png)
Remove Series
![image](https://user-images.githubusercontent.com/118875864/209301445-a137ad9e-600a-4f63-a20d-51780e83d2f0.png)
.\LiveCharts2-master\samples\WPFSample\StepLines\AutoUpdate\View.xaml
Edit Code
<lvc:CartesianChart Grid.Row="1" Series="{Binding Series}">
--> <lvc:CartesianChart Grid.Row="1" Series="{Binding Series}" LegendPosition="Bottom">
The text was updated successfully, but these errors were encountered: