Replies: 2 comments 1 reply
-
Was able to find the lineSeries chart and find the properties inside the ViewModel example which has a property event handler:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you know how to show cross hair? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Is there an option/style to show a vertical y line or horizontal/vertical cross hair lines at the current mouse position on the chart (or does this need to be manually coded with a mouse event handler)?
After creating a chart and adding a series to it, is there a way to later on access the series using the chart object itself and add points to the series without redrawing the chart (basically add a point to the chart every minute dynamically by adding to the series without refreshing the chart itself so it does not lose the zoom in location)?
Is there a way to programmatically zoom in a certain percentage/location into the chart area without user input or a way to show
zoom controls for the user?
Thanks for all the hard work you put into LiveCharts2! Looks great but takes a while to figure out how to use it.
Beta Was this translation helpful? Give feedback.
All reactions