Hi,
How to set chart series value in Excel file.
I am using following code.
ExcelEngine oengine = new ExcelEngine();
IApplication oApp = oengine.Excel;
oApp.DefaultVersion = ExcelVersion.Excel2007;
IWorkbook oWorkbook = oApp.Workbooks.Create(1);
IWorksheets osheets = oWorkbook.Worksheets;
IWorksheet osheet = osheets .Worksheets[0];
IChart ochart = osheet.Charts.Add();
IChartSerie oserie = ochart.Series.Add();
oserie.value = "......";
Excel file is attach .This file have contain a chart with two series. In this chart how to set series range value.
Thanks
sharad kumar
Attachment:
6paretoanalysischartexceltemplate_d51c6039.rar