Code: Select all
rangeAxis.setRange(min,max)

But I don't want min/max to go exactly to the bottom/top (in some cases goes off the gray area !). There should be a gap to bottom/top set in pixels !
I tryed to calculete something,to extend the y range a bit, but it is futile as range on y changes a lot with different data.
Is there a way to set fixed gap in pixels ?
EDIT: I see there is a default gap on x axis, rather large I would say, so I gues it can be changed(or is it just 1 unit to the left and right), same possibly goes for y axis ?