This repository contains a sample project demonstrating how to set maximum zoom level for a .NET MAUI Toolkit using Syncfusion controls.
Cartesian Chart
A Cartesian chart uses a rectangular coordinate system to plot data points on an X and Y axis. The SfCartesianChart control from Syncfusion for .NET MAUI provides a flexible and powerful way to create these charts with various data visualization options.
Tooltips to enhance data interactivity and user experience. Tooltips can present detailed information about each data point, making it easier for users to understand the underlying data. Trackball, which allows to show the tooltip for the nearest data points when you interact with the chart area.
By customizing the Maximum Zoom Level in ChartZoomPanBehavior, can control the extent of zooming allowed on charts, enhancing the user experience and maintaining the integrity of the chart's data representation.
In this example, we will explore how to set Maximum Zoom Level for Cartesian Chart in .NET MAUI Toolkit.
If you are facing a path too long exception when building this example project, close Visual Studio and rename the repository to short and build the project.
For a step by step procedure, refer to the maximum zoom level KB article.