Has anyone seen an example of how you would create a catch all symbol in a the UniqueValueRenderer? I have a feature class with 184 possible values (and more can be added at any time). Most occur infrequently and a few occur with great frequency, so I would like to create a UniqueValueRenderer where the common values are give their own symbol and the others are given an "Other" symbol. Is the only way to do this by either adding a new field and changing all of those values to "Other" or by specifying a particular symbol for each value. Is there anyway to code that all other values should receive a particular symbol in XAML?