How to mix high-performance and standard versions in a series? #2016
Unanswered
1123869445
asked this question in
Q&A
Replies: 1 comment
-
|
Forgot to mention, I use WPF for development, and my development environment is .NET Framework 4.8. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to mix high-performance and standard versions in a series?
When I use GLineSeries to draw lines and at the same time use ScatterSeries for markers, it shows a null reference exception.
Because the PointGeometry of the high-performance version of GScatterSeries does not inherit from Microsoft's controls, I cannot add data binding and mouse events to it. I hope that each point, as a marker, can respond to mouse events independently.
Beta Was this translation helpful? Give feedback.
All reactions