<html><head><style type="text/css"><!-- DIV {margin:0px} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:10pt"><div>Alright I have a set of data that i want to apply two different styles to...<br><br>In one class i want to set the color and in an overlapping class i want to set the symbol... so i don't have to create Colors*Symbols number of classes.&nbsp; <br><br>I.e. i want to list classes where expressions can overlap and fill in different parts of a style for a particular point<br><br>CLASS<br>&nbsp;&nbsp;&nbsp; EXPRESSION ('[color]' eq 'red')<br>&nbsp;&nbsp;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  COLOR 255 0 0<br>&nbsp;&nbsp;&nbsp; END<br>END<br><br>CLASS<br>&nbsp;&nbsp;&nbsp; EXPRESSION ('[symbol]' eq 'triangle')<br>&nbsp;&nbsp;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  SYMBOL "triangle"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  SIZE 7<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  WIDTH 1<br>&nbsp;&nbsp;&nbsp;
 END<br>END<br></div></div></body></html>