This shouldn't really be hard at all.  Have you actually tried it and are
running into difficulties?  You need to make sure your x values are in the
format that Date() likes, and if using a DateTimeAxis doesn't work, you can
use a LinearAxis and a custom axis label function.  If you want a stairstep
instead of a straight line between points, that's also possible with a
certain property/style of the series.

On Tue, Sep 9, 2008 at 7:27 PM, azurebell <[EMAIL PROTECTED]> wrote:

>   We want to see an Area Chart with the ON STATE corresponding to a y-
> axis value of 1 and the OFF STATE corresponding to a y-axis value of 0.
> We might have a series of data like this:
>
> 23May08 11:43:35 ON
> 23May08 11:43:39 OFF
> 01Jun08 12:55:03 ON
> 05Jul08 06:32:01 OFF
> 08Sep08 08:00:02 ON
>
> In reality this data could show a state change at any time. Note in the
> first instance, above, the state was ON for only 4 seconds. We need to
> see that on the graph, as a visible line, even though the graph might
> be displaying for six months. We need to display this graph for a
> defined period with each ON state change being represented by the area
> chart showing as 1 on the y-axis.
>
> So can we pass this data to a flex chart and have it represented as an
> area graph? I would hate to have to generate millions of values to
> achive this. Four months of one second data is about 10,368,000 lines
> of data!
>
> Any ideas on an approach?
> TIA
>
> Cheers
> Mark
>
>  
>



-- 
Jason

Reply via email to