LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Changing plot color

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing line weight in plot Rueben6 Charts and Charting in Excel 1 January 26th 09 02:38 PM
Changes to Plot area color My Own IT dept Charts and Charting in Excel 3 August 28th 08 02:28 AM
changing the x axis in a scatter plot Trian Charts and Charting in Excel 1 November 8th 06 09:14 AM
Changing Plot Window Dukebball43 Charts and Charting in Excel 1 February 12th 06 01:55 AM
Changing plot area under macro Don Wiss Excel Programming 0 May 18th 04 01:41 AM


All times are GMT +1. The time now is 03:21 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"