I have a line chart where I'm dynamically adding line series.

At first, I have no data in the chart.  Then I add a series.  The
horizontal axis is a category axis.  When I add the series I have to
set the dataprovider on the linechart to the same dataprovider for
that series.

Now lets say I add another series who's category access exceeds that
of the already set linechart dataprovider.  How can I get that data to
show?

Here's an example to make it more clear.

1)I add line series one and set the linechart dp to it.  It has data
from august 05 to jan 07.

2)I add a second line series.  It has data from july 06 to sept 07.  

3) The line chart does not show any category axis fields after jan07.

Anyone know how to make it so it justs adjusts to the min and max of
the data I give it?

Reply via email to