tickLabelFormatterT property

String Function(DateTime domain)? tickLabelFormatterT
final

tick label format for time series

for Combo Time, need more width to show more label even there is minus padding. except for format like only number date.

Implementation

final String Function(DateTime domain)? tickLabelFormatterT;