By using Microsoft.Office.Interop.Excel, I can create the excel chart on my C# program and extract to excel file.
But I want to directly put the chart to C# wpf.
If it's not possible, can anyone suggest a simple charting library/dll for me.
By using Microsoft.Office.Interop.Excel, I can create the excel chart on my C# program and extract to excel file.
But I want to directly put the chart to C# wpf.
If it's not possible, can anyone suggest a simple charting library/dll for me.
if you want to use chart in wpf, you can import DataVisualization.Toolkit and use the chart control