Hi,
Thanks for your answer, Swarnam.
In other words, rendering a Zoomline chart in flash mode does not support show/hide labels as I required. Am I right? One more question, as what you have mentioned, the data in Zoomline chart is neatly compressed, and I guess it is done by the chart engine, are there any configurations to control how the data is compressed? To be specific, I am generating a Zoomline chart with these categories,
<category label='Sep 2005'/>
<category label='Oct 2005'/>
<category label='Nov 2005'/>
<category label='Dec 2005'/>
<category label='Jan 2006'/>
<category label='Feb 2006'/>
<category label='Mar 2006'/>
<category label='Apr 2006'/>
.....
What the zoomline chart is showing on the x-axis labels are Sep 2005, Mar 2006, Sep 2006...
But what I would like to show are Jan 2006, Jan 2007, Jan 2008...
Can this be done? Thanks so much!