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.

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,676 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
766 questions
{count} votes