Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
I would like to know if it is possible to produce an area chart, where
instead of the data being shown in an upwards format (column style ) it is shown in an acrosswards format (i.e. like an Exel bar chart). Thanks for your help. |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
It's not a built-in style of chart. You could possible use Jon's code approach, Fill Left example. http://peltiertech.com/Excel/Charts/VBAdraw.html Another possibility is to use a bar chart but for each point in the series you need to plot multiple bars. Each of the extra bars needs it length calculated taking in to account the slope between each data point. The draw back with this approach is the possible jagged appearance and the formula required to calculate the bars. Having said that I have created such a chart. I will post it on my site by the weekend. Cheers Andy -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info "BoRed79" wrote in message ... I would like to know if it is possible to produce an area chart, where instead of the data being shown in an upwards format (column style ) it is shown in an acrosswards format (i.e. like an Exel bar chart). Thanks for your help. |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Another way is to create an area-chart, then create an excel camera
(copy cells behind the chart, press shift and open excel menu 'Edit' -- Paste picture link). Then you open 'Format object' and rotate the camera 90°. Holger. "Andy Pope" schrieb im Newsbeitrag ... Hi, It's not a built-in style of chart. You could possible use Jon's code approach, Fill Left example. http://peltiertech.com/Excel/Charts/VBAdraw.html Another possibility is to use a bar chart but for each point in the series you need to plot multiple bars. Each of the extra bars needs it length calculated taking in to account the slope between each data point. The draw back with this approach is the possible jagged appearance and the formula required to calculate the bars. Having said that I have created such a chart. I will post it on my site by the weekend. Cheers Andy -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info "BoRed79" wrote in message ... I would like to know if it is possible to produce an area chart, where instead of the data being shown in an upwards format (column style ) it is shown in an acrosswards format (i.e. like an Exel bar chart). Thanks for your help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you show plot area only-no chart area | Charts and Charting in Excel | |||
Stacked area and area chart combo | Charts and Charting in Excel | |||
Resize plot area in a chart area | Excel Discussion (Misc queries) | |||
How to increase chart area without affecting plot area? | Charts and Charting in Excel | |||
Resize chart area without resizing plot area | Charts and Charting in Excel |