coordinate_system_painter library
Classes
-
CoordinateSystemPainter<
E extends Enum> - CoordinateSystemPainter combines all the information to draw a line graph on the canvas.
Typedefs
- GetXAxisTickLineWidth = double Function(double chartActualWidth)
- CoordinateSystemPainter uses this callback to get X-axis tick line width.
- GetYAxisTickLineHeight = double Function(double chartActualHeight)
- CoordinateSystemPainter uses this callback to get Y-axis tick line width.
- OnDrawIndicator = bool Function(double value)
- Coordinate uses this callback to paint the value indicator on the overlay.