Skip to content

Commit 43bad93

Browse files
Merge branch 'Improve-maximum-zoom-level-kb-in-Maui' of https://github.com/SyncfusionExamples/How-to-set-the-maximum-zoom-level-for-.NET-MAUI-Cartesian-Charts into Improve-maximum-zoom-level-kb-in-Maui
2 parents 94d77ba + 95510ae commit 43bad93

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ A [Cartesian chart](https://www.syncfusion.com/maui-controls/maui-cartesian-char
1010

1111
By customizing the [Maximum Zoom Level](https://help.syncfusion.com/maui-toolkit/cartesian-charts/zooming-and-panning#maximum-zoom-level) in [ChartZoomPanBehavior](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.Charts.ChartZoomPanBehavior.html), can control the extent of zooming allowed on charts, enhancing the user experience and maintaining the integrity of the chart's data representation.
1212

13+
## Purpose
14+
Limiting the zoom level helps:
15+
- Maintain chart readability.
16+
- Prevent performance degradation due to rendering large data ranges.
17+
- Provide a consistent user experience across devices.
18+
19+
## Use Case
20+
This feature is particularly useful in scenarios such as:
21+
- Financial dashboards where zooming into time-series data is common.
22+
- Scientific data visualization where precision is key.
23+
- Mobile applications where screen space is limited.
24+
1325
In this example, we will explore how to set Maximum Zoom Level for Cartesian Chart in .NET MAUI Toolkit.
1426
![maximumZoomLevel](https://github.com/user-attachments/assets/1b79db92-99cd-4574-9b8f-bd7bd07168a2)
1527

0 commit comments

Comments
 (0)