
Hi I want a header similar to the one shown in the image on top of chart.The header items KWh and DOLLARS are clickable controls.I am using silverlight 3 toolkit for plotting the charts.Please provide some code excerpts if possible.
Thanks in advance.
Jaganathan BantheswaranPosted Nov 25, 2011, 3:57 AM
There is no option like clickable headers in sliverlight charts i guess.
So use a stack panel to have two more stack panels within it.
In the two panel add chart control in first stack panel and the second panel should have the buttons you want.