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

RectangularSection properties lost notify update #970

Closed
a44281071 opened this issue Mar 29, 2023 · 2 comments
Closed

RectangularSection properties lost notify update #970

a44281071 opened this issue Mar 29, 2023 · 2 comments
Labels
bug Something isn't working priority 0 needs to be fixed asap.

Comments

@a44281071
Copy link

a44281071 commented Mar 29, 2023

Describe the bug
update RectangularSection lost update in ui, it didn't work.
Xi
Xj
Yi
Yj
[2.0.0-beta.603] works, but [2.0.0-beta.700] have bug.

To Reproduce

// bind section
CartesianChart.Sections.Add(rectSection);

// change xj/yj on button click.
rectSection.Xj = 10;
rectSection.Yj = 10;

// ui no changes.

Expected behavior
ui will change rectSection display size.
But it doesn't work. nothing happends.

Platform
Windows10
WPF target.

@jspfister-sep
Copy link

I have noticed this bug as well.

@beto-rodriguez beto-rodriguez added bug Something isn't working priority 0 needs to be fixed asap. labels Jun 8, 2023
@beto-rodriguez
Copy link
Owner

Thanks for the report! probably also related to #958, I quote myself:

I am not sure if 2.0.0-beta701 had a specific issue, but this seems to be working in the dev branch, please update to 2.0.0-beta800 and the issue should be gone (should be available on NuGet soon).

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

No branches or pull requests

3 participants