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

Binding #16

Open
Enxyphered opened this issue Jun 14, 2018 · 1 comment
Open

Binding #16

Enxyphered opened this issue Jun 14, 2018 · 1 comment

Comments

@Enxyphered
Copy link

Will binding work on linegraph. I tried binding the property "Points" of the type "LineGraph" to an observablecollection<System.Windows.Point> which didn't work.

@sandlands
Copy link

This might be due to the fact that System.Windows.Point is a struct and not a reference object. You could try to create your own Point class with X and Y properties and try to bind a collection of these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants