OK, thanks. That is exactly what I'm looking for. I had originally built an app using the javascript api and I was able get at this value using the layer.graphics.length as layer.graphics was a javascript array. However, our company uses Internet explorer extensively and the javascript api doesn't work so well with larger numbers of points being displayed. I was in the process of reworking this using Flex and got stuck here. The part that has me stumped still is that if I zoom in a little bit, it correctly changes the value to match what it being displayed, but once I zoom in past some threshold (don't know what this threshold actually is), it sticks and doesn't update. I.e. when map loads, correctly shows 2,120 as the count, zoom a little to get rid of the outermost points, and numGraphics updates to 2,065 like I expected. Zoom in a little more and it updates to 1,850... Still looks good. Zoom in to show only 3 points, and bam... numGraphics sets itself to 1,000 and won't change until I start zooming back out. Once I hit about 1,500 points, it again starts correctly showing the value. From what you are saying, this really should be showing 2,120 the whole time?