Re: [flexcoders] Problem with LinearAxis on an horizontal axis

2009-04-13 Thread Maciek Sakrejda
@yahoogroups.com Subject: [flexcoders] Problem with LinearAxis on an horizontal axis Date: Sun, 12 Apr 2009 17:58:24 - For what I know, LinearAxis computes the *number* of samples, not a property on the data provider. I would like to plot my samples linearly on the horizontal axis. For example, I must

[flexcoders] Problem with LinearAxis on an horizontal axis

2009-04-12 Thread enriirne
For what I know, LinearAxis computes the *number* of samples, not a property on the data provider. I would like to plot my samples linearly on the horizontal axis. For example, I must plot with a LineChart these samples: {day:3 value:1} {day:5 value:4} {day:6 value:8} I'd like to put