maxTotalValue property

int? maxTotalValue
final

An positive integer that is used as the denominator in calculating the proportion of each segment size to the bar length.

If this is null, it is implicitly set to the sum of the values of the segments, resulting in the segments always filling the entire bar.

Implementation

final int? maxTotalValue;