This is a migrated thread and some comments may be shown as answers.

interactivity issue

1 Answer 53 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Janko
Top achievements
Rank 1
Janko asked on 17 Mar 2011, 01:34 PM
Hi there,

after updating to the q1 2011 release the interactivity feature is not working anymore. even in your controls demonstrating app.

please see attached screenshots.

picture 1: 2 countries are selected, nothing happens in the chart
picture 2: the mouse is over a red bar, no dimming of the others series

this bug occurs also in my own project using the chart component and 

var ds = new DataSeries();
ds.Definition.ShowItemToolTips = true;
ds.Definition.InteractivitySettings.HoverScope = InteractivityScope.Series;
ds.Definition.InteractivitySettings.SelectionScope = InteractivityScope.Series;

it works in the previous release. is this a bug or a feature? ^^

best wishes,

1 Answer, 1 is accepted

Sort by
0
Accepted
Giuseppe
Telerik team
answered on 17 Mar 2011, 05:35 PM
Hi Janko,

As noted in the documentation interactivity effects are supported for .NET4 projects only -- we suppose you have upgraded your application with the .NET3.5 binaries and that is why you are experiencing the described behavior.

Try downloading the binaries with version 2011.1.315.40 (versus 2011.1.315.35) -- the installation file looks like RadControls_for_WPF40_2011_1_0315_Dev.msi.

Hope this helps.


Greetings,
Giuseppe
the Telerik team
Tags
Chart
Asked by
Janko
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Share this question
or