pls i need to plot the graph attaced from the excel my code is not doing that or Can't aspose help me out
Aspose.Cells.Charts.Chart chart = wrksht.Charts[chartIndex];
int maxdata = counter + 7;
chart.NSeries.Add("B4:Q" + maxdata,true);
//chart.NSeries.CategoryData = "B4:R6";
// string[] startValues = chart.NSeries[0].Values.Split(':');
// string[] endValues = chart.NSeries[chart.NSeries.Count - 1].Values.Split(':');
// chart.NSeries.Clear();
//string area = startValues[0] + ":" + endValues[1];
// chart.NSeries.Add(area, true);
in the attached the chart with my code generated title is what my code is giving me and i need the chart with the title "Output Chart"
//chart.ShowDataTable=true;
// chart.Title.Text="Title Placement";