.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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -