Hi,
A few questions about setBar function:
1. Is the first example in the Help File correct?
****
setBat(Bar.Value,-1,22) where 22 is the new value
****
or, it should be
setBar(Bar.Value,null,22) ?
If not, how does the function know when the parameter is newValue or BarIndex? See next example there:
****
setBar(Bar.Value,-1,3,22) //Here specifies Plot #3
****
2. There is also there an example how to update [the color] of multiple plots using a new Array
****
setBar(Bar.Color, -10, new Array(Clr1,Clr2,...));
****
Does this mean that PlotIndex can be ommitted as parameter?
Can someone please explain/clarify this issue?
Thank you
A few questions about setBar function:
1. Is the first example in the Help File correct?
****
setBat(Bar.Value,-1,22) where 22 is the new value
****
or, it should be
setBar(Bar.Value,null,22) ?
If not, how does the function know when the parameter is newValue or BarIndex? See next example there:
****
setBar(Bar.Value,-1,3,22) //Here specifies Plot #3
****
2. There is also there an example how to update [the color] of multiple plots using a new Array
****
setBar(Bar.Color, -10, new Array(Clr1,Clr2,...));
****
Does this mean that PlotIndex can be ommitted as parameter?
Can someone please explain/clarify this issue?
Thank you
Comment