binuk99 Posted May 30, 2011 Report Posted May 30, 2011 Hi, I am using a chart with ChartFX7 which conatins mutiple panes. Each pane multiple series are added. Currently i am facing an issue with the highlighting of series items in different panes. When moving the mouse over an item in the legend, highlighting works perfectly fine. But when moving the mouse over a series in the chart, only the other series whihc are in the same pane only gets dimmed in the legend box and the other items in other panes are not getting dimmed in legend box. This is reproducable in Panes sample application also by adding one more series and setting the panes like this. chart1.Series[0].Pane = chart1.Panes[0]; chart1.Series[1].Pane = chart1.Panes[1]; chart1.Series[2].Pane = chart1.Panes[1]; Any help/suggestions are welcome Regards Binu Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.