menu
syncfusion_flutter_charts package
documentation
charts.dart
ChartSelectionBehavior
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
ChartSelectionBehavior
onDoubleTap abstract method
ChartSelectionBehavior class