ChartPlotAreaSwipeCallback typedef
        ChartPlotAreaSwipeCallback =
     void Function(ChartSwipeDirection direction)
    
    
A callback which gets called on swiping over plot area.
Implementation
typedef ChartPlotAreaSwipeCallback = void Function(
    ChartSwipeDirection direction);