Thread: How to code?
View Single Post
  #107 (permalink)  
Old 06-14-2006, 06:12 PM
mwbro's Avatar
mwbro mwbro is offline
Member
 
Join Date: Feb 2006
Posts: 96
mwbro is on a distinguished road
hi,

open the code and copy the following below:


SetIndexStyle(0,DRAW_HISTOGRAM, 0, 5, Red);
SetIndexBuffer(0, ExtMapBuffer1);
SetIndexStyle(1,DRAW_HISTOGRAM, 0, 5, DodgerBlue);
SetIndexBuffer(1, ExtMapBuffer2);
SetIndexStyle(2,DRAW_HISTOGRAM, 0, 5, Red);
SetIndexBuffer(2, ExtMapBuffer3);
SetIndexStyle(3,DRAW_HISTOGRAM, 0, 5, DodgerBlue);
SetIndexBuffer(3, ExtMapBuffer4);


the above should accomplish your goal
let me know

mwbro
Reply With Quote