简体   繁体   中英

Flex staked Y-Axis

I'm trying to make chart which is combination of bar and line chart using Flex Charting API . Here x axis would be common and y axis would be different. Please not that y axis got different range of value one is % and other is amount. Any one got idea how to make this chart. Here line chart would be staked on top of bar chart . The line chart and never over laid or drawn on top of bar chart. Please help... please..

Thanks , James

Start from the CartesianChart. Add LineSeries and BarSeries (or maybe you mean ColumnSeries).

This example is close:

--edit

For the chart stacking dilemma: let the charts be separate with their own axes. Just hide the horizontal axis from the top chart.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM