barRangeMax property

Duration barRangeMax
final

The max value of the visible range of the bar chart.

This indicates the largest visible value on the y-axis for the frame timing bars.

There is no min value as the bar chart always starts from 0, which means that we view the y-axis from 0 to barRangeMax.

Defaults to 24ms.

Implementation

final Duration barRangeMax;