Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi all
Is there any way to customise the weight of the gridlines in charts? I know that there are the four standard weights using format gridlines, but I was wanting a different weight that wasn't available through this way. Is there a solution using VBA (or otherwise)? Thanks in advance Nick |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
The built in weights are the only ones available, even using VBA. Jon Peltier has a page on make arbitary gridlines, although this is more to do with spacing than line style. http://peltiertech.com/Excel/Charts/...Gridlines.html You don't say what style you where after but if it's heavy lines then you can use the above technique and place 2 points very close together to give the impression of thicker lines. Another possiblity would be to use a custom marker. Create the required line as an autoshape and then use CTRL+C to copy the shape and CTRL+V to paste it as a marker on a xy scatter series. One major draw back of this approach is the gridlines will then appear above other chart elements. Cheers Andy Nick Turner wrote: Hi all Is there any way to customise the weight of the gridlines in charts? I know that there are the four standard weights using format gridlines, but I was wanting a different weight that wasn't available through this way. Is there a solution using VBA (or otherwise)? Thanks in advance Nick |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Thanks Andy
Thought that might be the case. I was wanting a very precise line thickness so that when I export the chart to a graphics program and get it professionally printed, I wouldn't have to change it manually. Thanks for your advice, I will look into it. Nick "Andy Pope" wrote: Hi, The built in weights are the only ones available, even using VBA. Jon Peltier has a page on make arbitary gridlines, although this is more to do with spacing than line style. http://peltiertech.com/Excel/Charts/...Gridlines.html You don't say what style you where after but if it's heavy lines then you can use the above technique and place 2 points very close together to give the impression of thicker lines. Another possiblity would be to use a custom marker. Create the required line as an autoshape and then use CTRL+C to copy the shape and CTRL+V to paste it as a marker on a xy scatter series. One major draw back of this approach is the gridlines will then appear above other chart elements. Cheers Andy Nick Turner wrote: Hi all Is there any way to customise the weight of the gridlines in charts? I know that there are the four standard weights using format gridlines, but I was wanting a different weight that wasn't available through this way. Is there a solution using VBA (or otherwise)? Thanks in advance Nick |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Spreadsheet to compute the swing weight of a golf club... | Excel Worksheet Functions | |||
Your prayers have been answered: GRIDLINE Answers are Here! | Excel Discussion (Misc queries) | |||
Weight loss line chart to monitor weight loss progress | Charts and Charting in Excel | |||
Line Weight choices | Charts and Charting in Excel | |||
How to determine a quantity that is weight restricted... | New Users to Excel |