Closed GoogleCodeExporter closed 8 years ago
Added a check in BarSeries for highestHigh and lowestLow to check for range
conditions. The root cause was in BarSeriesFigure.resetConstraints() which
wasn't
indexing into highestHigh() properly (used a 1-based index instead of 0-based).
Fixed now.
Original comment by tyrotra...@gmail.com
on 29 Apr 2007 at 1:49
Original issue reported on code.google.com by
tyrotra...@gmail.com
on 29 Apr 2007 at 1:38