SyncfusionExamples / synchronized_trackball_flutter_chart

In Flutter Cartesian Chart widget, you can synchronize the trackball of multiple charts using the available callback events and public methods. A callback event is a callback function or method, which you can pass as an argument to another function or method. It can perform an action when you require it, and public methods are methods that can...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to synchronize trackball in multiple charts (SfCartesianChart)

In Flutter Cartesian Chart widget, you can synchronize the trackball of multiple charts using the available callback events and public methods. A callback event is a callback function or method, which you can pass as an argument to another function or method. It can perform an action when you require it, and public methods are methods that can be called by using the class object where they are defined. The callback event used for synchronizing trackball is the onChartTouchInteractionMove and the show public method of the trackball is used for activating the trackball in multiple charts in a synchronized fashion on user interaction.

Documentation: https://help.syncfusion.com/flutter/cartesian-charts/callbacks#oncharttouchinteractionmove

Requirements to run the demo

How to run this application

To run this application, you need to first clone or download the ‘synchronized trackball flutter chart’ repository and open it in your preferred IDE. Then, build and run your project to view the output.

Further help

For more help, check the Syncfusion Flutter documentation, or Flutter documentation.

About

In Flutter Cartesian Chart widget, you can synchronize the trackball of multiple charts using the available callback events and public methods. A callback event is a callback function or method, which you can pass as an argument to another function or method. It can perform an action when you require it, and public methods are methods that can...


Languages

Language:C++ 42.7%Language:CMake 37.9%Language:Dart 10.4%Language:HTML 3.7%Language:C 2.9%Language:Swift 2.3%Language:Objective-C 0.1%