CombinedDomainXYPlot and fixed dimension computed ?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
harshanagesh
Posts: 12
Joined: Fri Jan 06, 2006 1:36 am

CombinedDomainXYPlot and fixed dimension computed ?

Post by harshanagesh » Sat Aug 26, 2006 9:43 pm

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

Locked