One more thing Sunil: where do I go to file for an
    enhancement? Could you please send me the
    link?

    Thanks

    Faisal



On 9/17/07, Sunil Bannur <[EMAIL PROTECTED]> wrote:
>
>    The Multiple Axis feature in Flex 3 provides the following
>
>
>
>    1. Each series can have its own axis and in turn a separate
>    transform which provides the capability to render the different series in
>    different scales
>    2. Ability to render multiple axis graphically using multiple
>    AxisRenderers which can map to any specified Axis
>    3. Also, ability for any chartelement (annotation or background) to
>    have its own transform so that they can write in their own scales
>
>
>
> The attached example gives a simple overview of this feature, where in
> three series could be compared against totally different axes. It could be
> found on
> http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions#Charting_Enhancementsas
>  well.
>
>
>
> The feature to stack multiple axes (example
> http://processtrends.com/toc_panel_charts.htm ), was a B feature and was
> not considered for this release, however you could go ahead and file an
> enhancement request if you want these kinds of charts.
>
>
>
> Thanks
>
> -Sunil
>
>
>
>
>
>
>  ------------------------------
>
> *From:* [email protected] [mailto:[EMAIL PROTECTED] *On
> Behalf Of *reflexactions
> *Sent:* Monday, September 17, 2007 6:37 PM
> *To:* [email protected]
> *Subject:* [flexcoders] Re: Multiple Axis in Flex 3 FLEX CHART
>
>
>
> The example you give is not what is usually meant by a "multiple axis"
> chart it is more a "multiple chart" chart!
>
> Multiple Axes refers to displaying several overlayed data series that
> use more than one axis in the same position i.e. two overlayed lines
> charts which have different scales shown with two Y Axis placed on the
> left of the chart.
>
> You want to have several different charts stacked above each other
> sharing a common X axis.
>
> With Flex Charts there is no built in way to achieve that but you can
> create more than one chart, place them in a VBox to stack vertically.
> You would then need to customise the charts to ensure the X axis scales
> were the same and to hide the XAxis for all but the main chart.
>
> FYI In XPCharting for Flex we have a built in SubChart that
> automatically does exactly this, it allows you to add multiple sub
> charts which are displayed stacked underneath the main chart sharing a
> common XAxis and only one chart displays the shared XAxis. You can see
> an example here
> http://www.xpcomponents.com/flex/examples/StockChartExample2/StockChartE
> xample2.html where we use the subcharts to display volume and RSI below
> the main stock chart. You can control the heights of the various
> subcharts individually.
>
> --- In [email protected] <flexcoders%40yahoogroups.com>, "hworke"
> <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > Hello!! I can see that Flax 3 charting now has multi axis ability. The
> > examples I got from the web has all the Y axis "side by side"!!! Is it
> > possible to stack up Y axis? I kind of want to STAKC up like 10 area
> > graphs with 10 multi Y axis so that I can view all of them at the same
> > time in one chart with one background. Please take a look at this
> > link, I need somthing like this:
> >
> >
> http://www.visualmining.com/developers/examples/lines/linemultiaxes.htm
> >
> > Thanks
> >
>
>  
>
>

Reply via email to