Zooming the line graphs in WPF
CK
1
Reputation point
I have a line chart in my WPF application. I am looking a way to zoom the line graph in the chart. A chart contains more than 1 line graphs. I want to zoom the line graphs in the chart. I tried so many ways (like scale, layout transforms). But those are zooming the entire chart only. Not the line graphs plotted in the chart. I got to know about WPF zoomable canvas. I didn't get it yet.
Please tell me how I can zoom the line graphs plotted in the chart [not the entire chart]. Can zoomable canvas solve it ?
I am using VS 2022.
Sign in to answer