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