LiveCharts2
LiveCharts2 copied to clipboard
WPF touch zoom
I'm currently using Livecharts2 and I think it's great, but I ran into some issues when I used the touch device it didn't offer finger zoom, only mouse wheel zoom chart.
This should be already working in touch devices since version beta.330 (just published)
This should be already working in touch devices since version beta.330 (just published)
I'm glad to see your reply. I tried to update the version to.330, but I still couldn't zoom the chart with my finger. I recorded a video. https://user-images.githubusercontent.com/56998197/179404046-789fa21c-93a3-4c0d-ba6b-648bc71d6b58.MOV
Windows 10 WPF .Net6
<wpf:CartesianChart
Series="{Binding Series}"
ZoomMode="Both" />
Sadly at this point I can not test this since I do not have a touch screen :(
@wenya90 do you have a clue on this?