What do these symbols mean as compared to the single versions: = + > ?
Size:
Color:
"=" assigns a value to a variable
"==" compares equality between variables (returns true or false)
">" Compares if a variable it bigger then another (returns true or false)
">>" shifts(delays) a DataSeries to the right
"++" increments 1 to a variable.
Size:
Color: