<esri:FeatureLayer.Clusterer>
<esri:FlareClusterer FlareBackground="Red" FlareForeground="Black" MaximumFlareCount="4" />
</esri:FeatureLayer.Clusterer>
I have a situation, in the cluster of feature layers, if there are 2 or more points at the same location, the cluster, say, shows a 2 flarecluster. How much ever zoomed in the cluster does break out into individual points. Is there a way where I can simply break the cluster at a certain preset zoom level to break it so I can have individual points rendered rather than the flare?