.net - OnSelectionChanged event for chart controls in Modern UI Charts for Windows 8 -


i using modern ui charts windows 8 , need drill down when user selects series item in chart
(for eg: have column chart shows student year wise performance , when user selects particular column should show column chart score obtained particular year in each subject)

i looking kind of selectionchanged event or similar can change input series different chart

please help!!

currently have intentionally not implemented events in charts. can use two-way data binding react on changes.

you can bind property of view model selecteditem property of chart , notified if selection changes.

see sample in documentation http://modernuicharts.codeplex.com/documentation#howto1

with approach directly bind second chart selecteditem property , "magic" done data binding.

cheers, torsten


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -