View Single Post
  #1   Report Post  
liontrader
 
Posts: n/a
Default change the color of points in 3D surface chart using VBA

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 ?