<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. <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> EXPRESSION ('[color]' eq 'red')<br> STYLE<br> COLOR 255 0 0<br> END<br>END<br><br>CLASS<br> EXPRESSION ('[symbol]' eq 'triangle')<br> STYLE<br> SYMBOL "triangle"<br> SIZE 7<br> WIDTH 1<br>
END<br>END<br></div></div></body></html>