Can Infragistics be used in Console applications? I have a console application where I have to generate charts and put them on excel files. Please let me know if it possible and it so, how? A sample code is appreciated. Thanks!
You can use the chart in a console application. Just create an instance of the chart and use its SaveTo method to save it as an image. I don't have sample code to embed the image in an Excel document, but you can probably find some with a little searching: http://www.google.com/search?q=excel+C%23+embed+image