kanber Posted August 7, 2010 Share Posted August 7, 2010 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? Link to comment Share on other sites More sharing options...
AzeoTech Posted August 9, 2010 Share Posted August 9, 2010 No, you cannot change multicolor settings on a trace in a graph. You can only set a single color. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.