Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a scatter graph with a few thousand points linked with a smoothed
line. To change the color, the width and the dash style to the points from Rini to Rfin-1 I wrote this loop: For r = Rini To Rfin - 1 With GRA.SeriesCollection(1).Points(r).Format.Line .ForeColor.RGB = colore .Weight = W .DashStyle = dash End With Next but it's terribly slow. Is there any way to speed it up? Thank you Cristiano |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing line weight in plot | Charts and Charting in Excel | |||
Changes to Plot area color | Charts and Charting in Excel | |||
changing the x axis in a scatter plot | Charts and Charting in Excel | |||
Changing Plot Window | Charts and Charting in Excel | |||
Changing plot area under macro | Excel Programming |