Multi color picker


kanber

Recommended Posts

Hi,

I want to change multicolor picker with seq.

I give component name to graph. then I give name to trace also.

I tried something like that;

component.Graph.test.Clearcolor()

component.Graph.test.Addcolor(rgb(0,100,100),0) // color and thresold number

component.Graph.test.Addcolor(rgb(0,0,100),1)

component.Graph.test.Addcolor(rgb(0,100,0),2)

but I didnt find in function list like that functions. Is there any way to to that?

post-1585-1281167513_thumb.jpg

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.