This is an attempt to help on the following Question: https://stackoverflow.com/questions/49049576/wpf-missing-assembly-reference
- Reference the following nuget package:
System.Windows.Controls.DataVisualization.Toolkit
- Add the following namespaces to your xaml:
xmlns:chartingToolkit="clr-namespace:System.Windows.Controls.DataVisualization.Charting;assembly=System.Windows.Controls.DataVisualization.Toolkit"
xmlns:visualizationToolkit="clr-namespace:System.Windows.Controls.DataVisualization;assembly=System.Windows.Controls.DataVisualization.Toolkit"
- Reference those namespaces in your chart creation and enjoy!