ASE Post Processing - Coloring Sensors Based on Values

Hi there, I’ve run ASE simulation and now I’ve managed to create circles from sensor points. Now I want to color circles based on their values, for example I want to color all circles (sensors) with ASE below 250 Red and all circles (sensors) with ASE between 250 - 1000 Black. I can’t figure out how to associate the circles with their ASE values and color them. I’d appreciate it if anyone could help. Here’s a picture of the algorithm I’m stuck with.

you should use another lengendPar called LegendParCategorized. Set 250-1000 as the domain, set red and black as colors.