You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an abstract class that contains a Offset with x and y of touched point, there is some concrete classes to distinguish between touch behaviours,
currently we have these touch behaviors:
FlLongPressStart, FlLongPressMoveUpdate, FlLongPressEnd, FlPanStart, FlPanMoveUpdate, FlPanEnd.
AxisChart (Line and Bar Charts)
FlGridData
PropName
Description
default value
show
determines to show or hide the background grid data
true
drawHorizontalGrid
determines to show or hide the horizontal grid lines
true
horizontalInterval
interval space of grid
1.0
getDrawingHorizontalGridLine
a function to get the line style of each grid line by giving the related axis value
defaultGridLine
checkToShowHorizontalGrid
a function to check whether to show or hide the horizontal grid by giving the related axis value
showAllGrids
drawVerticalGrid
determines to show or hide the vertical grid lines
false
verticalInterval
interval space of grid
1.0
getDrawingVerticalGridLine
a function to get the line style of each grid line by giving the related axis value
defaultGridLine
checkToShowVerticalGrid
a function to determine whether to show or hide the vertical grid by giving the related axis value
showAllGrids
FlSpot
PropName
Description
default value
x
represents x on the coordinate system (x starts from left)
null
y
represents y on the coordinate system (y starts from bottom)