Gouri Rao

Gouri Rao

  • NA
  • 1
  • 6.1k

draw a simple line graph using C# console application project

May 18 2012 5:47 PM
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.

Thanks,

G