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