Original User: slowe
I can think of a few ways to approach this, but would like some feedback for best/optimized approach.
I have a point feature class that represents sample sites. These sample sites may be used for one or more various tests; let's say a total of six different potential tests. Each test is represented by a boolean field. I would like to represent the sample sites as a pie chart, each piece of the pie representing a test. If the test is performed at that site, the piece of the pie will be visible; if not, piece of pie is not visible. See examples attached. "Configuation.jpg" showing placement of all six tests and the "example.jpg" showing how a symbol for a site that only performed two of the six tests would look.
Thoughts on best/optimized approach?
Thanks