Zooming the line graphs in WPF

CK 1 Reputation point
2022-09-03T16:23:56.44+00:00

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.

Developer technologies | Windows Presentation Foundation
Developer technologies | XAML
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.