Re: [flexcoders] Charting: adjust y-axis range automatically when changing x-axis range

2007-11-06 Thread Tom Chiverton
On Tuesday 06 Nov 2007, guna samba wrote: > if you set the y- axis with min and max value, then there is no > option to rearrange the y-axis range automatically. Setting them back to NaN works, doesn't it ? -- Tom Chiverton Helping to professionally target holistic customers on: http://t

Re: [flexcoders] Charting: adjust y-axis range automatically when changing x-axis range

2007-11-06 Thread guna samba
automatically rearranged. Thank's & Regards, Gunasekaran Sambandhan - Original Message From: imjackson84 <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Friday, 2 November, 2007 8:52:50 PM Subject: [flexcoders] Charting: adjust y-axis range automatically when c

Re: [flexcoders] Charting: adjust y-axis range automatically when changing x-axis range

2007-11-03 Thread Stephen Allison
I've not done exactly what you need before, but something similar by creating a subclass of LinearAxis and overriding the dataChanged method (IIRC, may possibly be update) and using this class as the vertical axis. In the override you can get hold of the DataDescription object of your data

[flexcoders] Charting: adjust y-axis range automatically when changing x-axis range

2007-11-02 Thread imjackson84
Hi, I have a stock market line chart with a CategoryAxis (representing dates) along the bottom and a LinearAxis up the side. My chart has the option of adjusting the date range, which is done by switching the category data provider for the x-axis, but keeping the actual line series data provider t