bandWidth property

double get bandWidth

Implementation

double get bandWidth => bandCount == 0 ? 0 : (maxX - minX) / bandCount;