Need to remove the legend from the <chartingToolkit:PieSeries >
-
Hi, Is there any way to remove(or hide) the legend from the charting control(PieSeries) and bind the ItemKey instead of ItemValue to display the ItemKey on mouseover . As I have the following colloection: ItemKey ItemValue Delhi - 5 UP - 4 MP - 3 I am binding the following way:
<chartingToolkit:PieSeries IndependentValueBinding="{Binding ItemKey}" DependentValueBinding="{Binding ItemValue}" AnimationSequence="Simultaneous" IsSelectionEnabled = "true">
Thanks, Sri
-
Hi, Is there any way to remove(or hide) the legend from the charting control(PieSeries) and bind the ItemKey instead of ItemValue to display the ItemKey on mouseover . As I have the following colloection: ItemKey ItemValue Delhi - 5 UP - 4 MP - 3 I am binding the following way:
<chartingToolkit:PieSeries IndependentValueBinding="{Binding ItemKey}" DependentValueBinding="{Binding ItemValue}" AnimationSequence="Simultaneous" IsSelectionEnabled = "true">
Thanks, Sri