Hi there, If you look at the various clusters in my attached image, and consider their sizes/numbers, the colour along the gradient that is being attributed does not match up. It seems that the colour chosen has nothing to do with the number of points in the cluster. Am I missing something?
<esri:FeatureLayer.Clusterer>
<esri:FlareClusterer Gradient="{StaticResource GradientBrush}" FlareBackground="#f5cce6" FlareForeground="#3c3c3c" MaximumFlareCount="15" />
</esri:FeatureLayer.Clusterer>
<LinearGradientBrush x:Key="GradientBrush" MappingMode="RelativeToBoundingBox" >
<GradientStop Color="#990011FF" Offset="0"/>
<GradientStop Color="#990055FF" Offset="0.25"/>
<GradientStop Color="#990099FF" Offset="0.5"/>
<GradientStop Color="#9900CCFF" Offset="0.75"/>
<GradientStop Color="#9900FFFF" Offset="1"/>
</LinearGradientBrush>