DEV Community

Cover image for Exploring Zooming and Panning Features in the .NET MAUI Cartesian Charts Control
Arun for Syncfusion, Inc.

Posted on

Exploring Zooming and Panning Features in the .NET MAUI Cartesian Charts Control

Learn how to zoom and pan in the Syncfusion .NET MAUI Cartesian Charts control. Cartesian Charts offers support for various types of series, with enhanced user-friendliness and improved UI visualization. With a Cartesian chart, you can customize many chart features, including axes, labels, legends, series, and more. This video demonstrates how to enable zooming and panning, explore zoom modes, and manipulate the plot area using pinch zooming, zoom position, and zoom factor. Additionally, I'll demonstrate directional, double-tap, and selection zooming techniques.

The .NET MAUI Cartesian Charts control offers support for four types of axes: numeric, categoric, date-time, and logarithmic. The built-in properties allow customization of the appearance of all axis elements. The data points are dynamically updated and rendered with smooth animation. Readability can be improved by zooming and panning. You can also explore the zooming and panning features offered by the Syncfusion .NET MAUI Cartesian Charts control.

This control supports a variety of series types, enhancing the user experience and improving the visual representation of data. Easily adjust data points for better understanding. Zoom with pinches or double taps, making it user-friendly and interactive. In a .NET MAUI Cartesian Charts, you can rotate all series to display data vertically, providing a different perspective. Legends in the chart offer additional information to identify individual data points. To enhance readability, you can annotate data points with labels and further improve clarity by adding markers or customizable symbols.

The dynamically updated data points are smoothly rendered with animation, ensuring a visually appealing chart. Auto scrolling in a .NET MAUI Cartesian Charts ensures that a designated data point range remains continuously visible on the chart, while the rest of the data points can be accessed by scrolling. Additionally, you can utilize the trackball feature to access information about the data point closest to the touch contact point in the chart.

Tutorial videos: https://www.syncfusion.com/tutorial-videos

Download the getting started example from GitHub: https://github.com/SyncfusionExamples/getting-started-with-the-dotnet-maui-cartesian-charts

Top comments (0)