Skip to content

Answering a Stack Overflow question on adding a chart from the WPF Toolkit

Notifications You must be signed in to change notification settings

bluePlayer/SOChartVlad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOChart

This is an attempt to help on the following Question: https://stackoverflow.com/questions/49049576/wpf-missing-assembly-reference

Instructions

  1. Reference the following nuget package: System.Windows.Controls.DataVisualization.Toolkit
  2. 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"
  1. Reference those namespaces in your chart creation and enjoy!

About

Answering a Stack Overflow question on adding a chart from the WPF Toolkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%