main_class/src/chart/line_chart/line_chart_data library
Classes
- AFlLineLabel
- BarAreaData
- BarAreaSpotsLine
- BetweenBarsData
- FlDotCirclePainter
- FlDotCrossPainter
- FlDotData
- FlDotPainter
- FlDotSquarePainter
- LineBarSpot
- LineChartBarData
- LineChartData
- LineChartDataTween
- LineChartStepData
- LineTooltipItem
- LineTouchData
- LineTouchResponse
- LineTouchTooltipData
- ShowingTooltipIndicators
- TouchedSpotIndicatorData
- TouchLineBarSpot
Functions
-
defaultGetTouchLineEnd(
LineChartBarData barData, int spotIndex) → double -
defaultGetTouchLineStart(
LineChartBarData barData, int spotIndex) → double -
defaultLineTooltipItem(
List< LineBarSpot> touchedSpots) → List<LineTooltipItem> -
defaultTouchedIndicators(
LineChartBarData barData, List< int> indicators) → List<TouchedSpotIndicatorData> -
showAllDots(
AFlSpot spot, LineChartBarData barData) → bool -
showAllSpotsBelowLine(
AFlSpot spot) → bool
Typedefs
- CalculateTouchDistance = double Function(Offset touchPoint, Offset spotPixelCoordinates)
- CheckToShowDot = bool Function(AFlSpot spot, LineChartBarData barData)
- CheckToShowSpotLine = bool Function(AFlSpot spot)
- GetDotColorCallback = Color Function(AFlSpot, double, LineChartBarData)
- GetDotPainterCallback = FlDotPainter Function(AFlSpot, double, LineChartBarData, int)
-
GetLineTooltipItems
= List<
LineTooltipItem?> Function(List<LineBarSpot> touchedSpots) -
GetTouchedSpotIndicator
= List<
TouchedSpotIndicatorData?> Function(LineChartBarData barData, List<int> spotIndexes) - GetTouchLineY = double Function(LineChartBarData barData, int spotIndex)