Hi Claudiu, Yes, I saw that one. But he's using a CategoryAxis and not a DateTimeAxis (we bind the minimum and maximum properties of the DateTimeAxis to the values of our timeline component).
Therefore, we cannot do the same thing as he does to reset the chart scale. Best regards, Karl. --- In [email protected], claudiu ursica <the_braniak@...> wrote: > > Hi Karl, > Can you share some basic example? I don't know how your chart and data looks > like, and how you add/discard new data. > > I see you already ran into this and did not work... > https://userflex.wordpress.com/2011/04/21/update-linear-axis/ > > C > > > > ________________________________ > From: k.sigiscar <k.sigiscar@...> > To: [email protected] > Sent: Monday, July 9, 2012 10:24 AM > Subject: [flexcoders] Resetting Chart scale on LineAxis > > > Â > Hi, > > I have a chart with dynamic series on a LinearAxis (Y) and a DateTimeAxis (X). > > The series visibility can be set to true / false by the user. > > When a series with a very high value is displayed, the rest of the chart is > scaled down. > > When the series with the high values is then discarded (visibility set to > false), the chart doesn't scale down again. > > Is there a way to force the chart to "reset its scale" (min/max) values ? > > Best regards, > Karl Sigiscar. >

