using System;
using System.Windows.Forms;
using System.Windows.Forms.DataVisualization.Charting;
public class Program
{
public static void Main()
Console.WriteLine("Hello World");
// to convert the chart to an imge to put on itextsharp pdf
//https://www.youtube.com/watch?v=qk4_IjwosNM
}