Skip to content

Commit ab9aedf

Browse files
Merge pull request #1261 from syncfusion-content/FLUT-966444-Hotfix-API-Link-Update
FLUT-966444 - [Others] Updated API link for enable directional zooming
2 parents 375ee15 + 866081a commit ab9aedf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flutter/cartesian-charts/zoom-pan.md

Lines changed: 2 additions & 2 deletions
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" %}
@@ -89,7 +89,7 @@ The directional zooming feature improves the zoom experience by allowing users t
8989
{% endtabs %}
9090

9191
>**Note**:
92-
* Directional zooming functions when both [`enableDirectionalZooming`]() and [`enablePinching`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ZoomPanBehavior/enablePinching.html) are set to `true`.
92+
* Directional zooming functions when both [`enableDirectionalZooming`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ZoomPanBehavior/enableDirectionalZooming.html) and [`enablePinching`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ZoomPanBehavior/enablePinching.html) are set to `true`.
9393
* This feature is intended for touch gestures and is ineffective with a mouse or track pad-based interactions.
9494

9595
![Directional Zooming](images/zooming-panning/directional_zooming.gif)

0 commit comments

Comments
 (0)