In experimenting to become familiar with EFS the following 3 commands worked fine in that those colors were used for the 3 studies [I may not be using the correct EFS terms here] plotted on the bar chart. It appears that the colors are applied to each succeeding study as they are introduced in the code - but I don't see any explicit handle or reference [ie] I don't see the studies explicitly labelled 0, 1 or 2?
Is that just something I will have to live with?
Hope this came out in English!
setBarFgColor(Color.red,0);
setBarFgColor(Color.green,1);
setBarFgColor(Color.black,2);
Is that just something I will have to live with?
Hope this came out in English!
setBarFgColor(Color.red,0);
setBarFgColor(Color.green,1);
setBarFgColor(Color.black,2);
Comment