ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Charts and Charting in Excel (https://www.excelbanter.com/charts-charting-excel/)
-   -   how to select multiple data series in a chart? (https://www.excelbanter.com/charts-charting-excel/247582-how-select-multiple-data-series-chart.html)

REER

how to select multiple data series in a chart?
 
I have a line chart width 41 data series, the default line width is to wide
to really let me se the overall picture. Is it possible to either select
multiple data series, in order not to have to do this 41 times, or to change
the default line width of the charts?

Jon Peltier[_2_]

how to select multiple data series in a chart?
 
Only one series can be selected at a time. You can format one series,
then select another and press F4 to repeat the formatting on that one,
etc. In 2007, F4 is not too reliable.

You could also run a macro:

Sub FormatLineWidths()
Dim srs As Series
For Each srs In ActiveChart.SeriesCollection
srs.Border.Weight = xlThin
Next
End Sub


- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



REER wrote:
I have a line chart width 41 data series, the default line width is to wide
to really let me se the overall picture. Is it possible to either select
multiple data series, in order not to have to do this 41 times, or to change
the default line width of the charts?



All times are GMT +1. The time now is 06:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com