CodePlexProject Hosting for Open Source Software
Home WPF Themes
<Application x:Class="ThemesSample.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" StartupUri="Window1.xaml"> <Application.Resources> <ResourceDictionary Source="ExpressionDark.xaml"/> </Application.Resources> </Application>
Last edited Sep 23, 2009 at 10:33 PM by JenniLe, version 6
Can add LineSeries in XAML, but not in code-behind. Get this message: "The file 'C:\dd\WPF_1\src\wpf\src\ControlsPack\WPFToolkit\Da... (more)
I was planning to use Chart Controls from WPF ToolKIt. But reading the comments I lost my hope. Can anybody help me on this?