githubbub / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

Filloutsideline -range from int to double #335

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
XYSeriesRenderer.FillOutsideLine takes its range in int array. However, when 
using Timechart, range can't be used, because values of x-axis are in double, 
which allows larger values than int. 

Thx!

Original issue reported on code.google.com by aleksi.p...@gmail.com on 24 Jul 2013 at 2:53

GoogleCodeExporter commented 9 years ago
Please read the javadocs for setFillRange:
    /**
     * Sets the fill range which is the minimum and maximum data index values
     * for the fill.
     * 
     * @param range the fill range
     */

Original comment by dandrome...@gmail.com on 1 Nov 2013 at 8:01