How to determine the unit dimensions of a grid in xyplot in JFreeChart?
I want to determine the value of length and breadth of the grid with respective to the ranges of the x and y axis
How to determine the unit dimensions of a grid in xyplot in JFreeChart ?
Share
The values can be obtained using the plot.getDomainAxis.getTickUnit().getSize() and similarly for rangeAxis.