getMaxEpoch method
Maximum epoch of this ChartData on the chart's X-Axis.
The chart uses it same as getMinEpoch to determine its rightmost scroll limit.
Implementation
@override
int? getMaxEpoch() => epoch;
Maximum epoch of this ChartData on the chart's X-Axis.
The chart uses it same as getMinEpoch to determine its rightmost scroll limit.
@override
int? getMaxEpoch() => epoch;