menu
syncfusion_flutter_charts package
documentation
charts.dart
ChartBehavior
onTouchMove abstract method
onTouchMove abstract method
dark_mode
light_mode
onTouchMove
abstract method
void
onTouchMove
(
double
xPos
,
double
yPos
)
Hits while tap and moving on the chart.
xPos - X value of the touch position.
yPos - Y value of the touch position.
Implementation
void onTouchMove(double xPos, double yPos);
syncfusion_flutter_charts package
documentation
charts
ChartBehavior
onTouchMove abstract method
ChartBehavior class