♥ 0 |
Hello again. Im trying to add a second assign value color line for when the value is between two values. I have value colors for when above 10 and below -10. But would like to know how to assign value colors when at/between -5 and -10, and 5 and 10. Heres the first Assign Color Values and my attempt a second. Searching Learning Center, not sure how to express.. Any help is appreciated Data.AssignValueColor (if Data<-10 then createColor(225,114,233) else if Data>10 then createcolor (231,190,0) else CreateColor(10,10,10)); Data.AssignValueColor ( if Data <= -5 and >=-10 then color.Dark_Grey else if Data>=5 and <=10 then Color.Dark_Grey else CreateColor(10,10,10));
Marked as spam
|
Please log in to post questions.