Silverlight Toolkit Modifying October 2009 Source
问题 I have some changes I need to make to the Silverlight toolkit Charting source I downloaded the Silverlight toolkit ... unzipped the source to a new directory Added the Controls.DataVisualization.Toolkit.csproj Project to my Solution Removed The reference in my silverlight application to System.Windows.Controls.DataVisualization.Toolkit and Added A project Reference to The Controls.DataVisualization.Toolkit.csproj Project I then changed the Legend.xaml to <Style TargetType="datavis:Legend">