I wanted to know whether a X,Y graph can be plotted from C#'s console application? If so, can anyone please help me out. I am very very new to C# and I am trying to work on a tool which can useful for my group. I want to build a line graph with the following options: 1. from an excel file containing X and Y values with headers 2. random numbers with random headers
and save the chart as either a Bitmap/jpeg file.
I'd really be thankful to whosoever tries and guides me in the right direction and helps me out.