-
Meenakshi
8
posts
Member since:
Dec 2010
Posted 04 Jan 2011
Link to this post
Hi ,
I have a Custom chart which consists of 1 stackchart and 5 line charts. I have a requirement where on click of Stackchart i have to open a xaml file in radwindow and pass present x-axis value on which i clicked to xaml file.. As of now i am able to open radwindow on click of chartarea i.e; on all line charts and stackchart. I dont want the window to be opened on click of linecharts and also i want to pass the value to other xaml file. Please provide me the direction for the same. Please provide sample code if any.
Thanks for your help,
Meenakshi
-
-
Meenakshi
8
posts
Member since:
Dec 2010
Posted 05 Jan 2011
Link to this post
Hi,
I was ablt so solve this issue. In click event we get "e.DataSeries.LegendLabel" So by this value we can decide whether we wanna show popup or not.
Thanks,
Meenakshi
-