drawHorizontalAxisTooltip method
void
drawHorizontalAxisTooltip(])
Override this method to customize the horizontal axis tooltip with styling and it's position.
Implementation
@protected
void drawHorizontalAxisTooltip(
PaintingContext context,
Offset position,
String text,
TextStyle style, [
Path? path,
Paint? fillPaint,
Paint? strokePaint,
]) {
_drawTooltipAndLabel(
context,
position,
text,
style,
path,
fillPaint,
strokePaint,
);
}