Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi there,
I have a chart I'm trying to build with VBA (Excel 2000). It's a xlBarClustered type (horizontal bar chart) but it has unusually long labels. What I want to do is to make the ratio of space for the labels to bars roughly 75/25. PlotArea seems to include BOTH the data and the labels, so resizing this doesn't seem to help - I just end up with more whitespace if I try reducing the plotarea size. Is there any way of controlling the size of the labels versus the bars? Any help much appreciated Gromit |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
The simply answer is no. Excel automatically decides the area allocated to labels. If you want complete control over the axis labels the best solution would be to add textboxes. Turn off axis labels and use vba to add, position and format the appropriate number of textboxes. Cheers Andy wrote: Hi there, I have a chart I'm trying to build with VBA (Excel 2000). It's a xlBarClustered type (horizontal bar chart) but it has unusually long labels. What I want to do is to make the ratio of space for the labels to bars roughly 75/25. PlotArea seems to include BOTH the data and the labels, so resizing this doesn't seem to help - I just end up with more whitespace if I try reducing the plotarea size. Is there any way of controlling the size of the labels versus the bars? Any help much appreciated Gromit |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem increasing .PlotArea.Height value | Charts and Charting in Excel | |||
Newbie Question - Subtraction Formula Question | Excel Discussion (Misc queries) | |||
Problem to modify the size of PlotArea | Charts and Charting in Excel | |||
Inexact? InsideTop and InsideLeft Method of PlotArea (Excel 97) | Charts and Charting in Excel | |||
Move/Resize PlotArea | Charts and Charting in Excel |