rangeLabels property

Map<BankChartTimeRange, String>? rangeLabels
final

Overrides the built-in range captions ('1D', '1W', ...); missing entries fall back to the defaults.

Implementation

final Map<BankChartTimeRange, String>? rangeLabels;