Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Charting / March 2005

Tip: Looking for answers? Try searching our database.

change the color of points in 3D surface chart using VBA

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
liontrader - 29 Mar 2005 16:03 GMT
I wanna change the color of single points in a 3d surface chart according to
a seperate value for each point (i.e. date, time, price chart with the
surface color representing the volume). I figured it out for 3d column charts
using the sereiesCollection(i).points method  but found no solution for a
surface chart.
Any ideas ?
John Mansfield - 31 Mar 2005 03:09 GMT
Liontrader,

For the 3d surface chart, you have to go to the legend key to change the
colors.  Try something like this:

ActiveChart.Legend.LegendEntries(1).LegendKey.Interior.ColorIndex = 6
ActiveChart.Legend.LegendEntries(2).LegendKey.Interior.ColorIndex = 3

----
Regards,
John Mansfield
http://www.pdbook.com

> I wanna change the color of single points in a 3d surface chart according to
> a seperate value for each point (i.e. date, time, price chart with the
> surface color representing the volume). I figured it out for 3d column charts
> using the sereiesCollection(i).points method  but found no solution for a
> surface chart.
> Any ideas ?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.