Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StepLine legend text disappears #845

Closed
kojima-imamura opened this issue Dec 23, 2022 · 4 comments
Closed

StepLine legend text disappears #845

kojima-imamura opened this issue Dec 23, 2022 · 4 comments
Labels
priority 0 needs to be fixed asap.

Comments

@kojima-imamura
Copy link

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

Remove Series
image

.\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">

@mjanulaitis
Copy link

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.

@beto-rodriguez beto-rodriguez added the priority 0 needs to be fixed asap. label Mar 3, 2023
@network-interface-controller

Same effect as in #833

@beto-rodriguez
Copy link
Owner

This is already fixed, it will be included in the next version of the library. Thanks for the report..

@mjanulaitis
Copy link

@beto-rodriguez Thank you. I will pull the latest code and apply to my branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority 0 needs to be fixed asap.
Projects
None yet
Development

No branches or pull requests

4 participants