Making it invisible won't rescale since the data is still there... Perhaps if you splice the chart's series array it'll remove the series and then call invalidate to make it rescale (not tested - just off the top of my head).
HTH Sefi On Wed, Nov 19, 2008 at 4:10 PM, Giro <[EMAIL PROTECTED]> wrote: > I have a line chart with two lineseries. > > I want that when I set visible false on one lineseries chart rescale? > > Any idea. > > Giro. > >

