Skip to content

Commit 01dbc0a

Browse files
committed
FLUT-966444-[others]: Updated API link for enable directional zooming
1 parent 733b9f8 commit 01dbc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flutter/cartesian-charts/zoom-pan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Pinch zooming can be enabled by [`enablePinching`](https://pub.dev/documentation
5050

5151
## Directional zooming
5252

53-
The directional zooming feature improves the zoom experience by allowing users to zoom in and out in a specific direction (horizontal, vertical, or diagonal) based on their finger gesture. To enable this feature, set the [`enableDirectionalZooming`]() property to `true`, the default value is `false`. The following code sample demonstrates how to enable directional zooming.
53+
The directional zooming feature improves the zoom experience by allowing users to zoom in and out in a specific direction (horizontal, vertical, or diagonal) based on their finger gesture. To enable this feature, set the [`enableDirectionalZooming`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ZoomPanBehavior/enableDirectionalZooming.html) property to `true`, the default value is `false`. The following code sample demonstrates how to enable directional zooming.
5454

5555
{% tabs %}
5656
{% highlight dart hl_lines="7" %}

0 commit comments

Comments
 (0)