Chart legend
hello, i'm developing simple silverlight application. i'm using accent theme. in application have several charts (line , column). after applying accent theme i've lost tooltips, i've downloaded , rebuild system.windows.controls.datavisualization.toolkit. can see tooltips on charts have problems legend. in toolkitstyles.xaml under <style targettype="charting:chart"> setter property legendstyle compiles (it has targettype charttoolkit:legend), under setter property template error: error 1 the tag 'legend' not exist in xml namespace 'clr-namespace:system.windows.controls.datavisualization;assembly=system.windows.controls.datavisualization.toolkit'. while typing <charttolkit: intellisense finds legend. i'm using vs2012, silverlight5, system.windows.controls.datavisualization.toolkit version sl4. does someone have solution? thanks, barbara hello, for issue, suggest try add reference system.windows.controls. se...