timeLabel property

TimeLabelGetter? timeLabel
final

How the date/time label at the bottom are displayed.

If null, it defaults to use yyyy-mm format if more than 20 data points are visible in the current chart window, otherwise it uses mm-dd format.

Implementation

final TimeLabelGetter? timeLabel;