Select to view content in your preferred language

Pie Chart Rendering example

2574
2
10-08-2012 10:28 AM
RonitRom
Deactivated User
Hi,
I am referring to the Dominique's example PieChartRendering,
http://broux.dominique.free.fr/Silverlight/InteractiveSDK/Default.htm#PieChartRendering.

Thank you Dominique, this example is very nice and useful.
I have a little problem displaying the InfoWindow/ToolTip which displays the Legend.
Sometimes other pie chart graphics are displayed on the top of the legend and they obscure a part of the legend.  Attached is a screen shot which demonstrates the problem?
Is there any solution for this problem?
Thank you,
Ronit
0 Kudos
2 Replies
DominiqueBroux
Esri Frequent Contributor
Is there any solution for this problem?

Unfortunately no easy solution.

The legend is a part of the symbol and is displayed by using the VisualState 'MouseOver' of the symbol. The legend Z order is related to the symbol Z order, and so can be hidden by others symbols.

The solution might be to tweak the sample to display the legend in maptips which are always on top.
0 Kudos
RonitRom
Deactivated User
Thank you Dominique for your reply.
Ronit
0 Kudos