Hi,
I am trying to find out the fixed size of the Range axis that has been computed by JFC in a CombinedDomainXYPlot. I have hooked up a ChartProgressListner to the chart and on receiving the DRAWING_FINISHED event I am calling the getFixedDimension method on the RangeAxis of each of the subplots to find out the fixed dimension. However it is returning a value of 0 and that seems surprising. Also if I invoke the getPercent() on the event DRAWING_FINISHED it too returns a 0 value.
Can anybody please help me in finiding out what is the fixed dimension computed internally by the CombinedDomainXYPlot ?
Thanks
CombinedDomainXYPlot and fixed dimension computed ?
-
- Posts: 12
- Joined: Fri Jan 06, 2006 1:36 am