Hi,
I’ve a problem to get the titel of a chart.
I use
Excel excel = new Excel();
excel.Open(“Test.xls”);
Chart chart = excel.Worksheets[0].DesignCharts[0];
Console.WriteLine(“Titel = {0}”, chart.Titel.Text);
but the console shows
Titel =
What’s wrong?
Andreas
Hi Andreas,
Could you please post your template file here?
Hi Laurence,
I’ve attached the excel-file.
Andreas
Aspose.Excel doesn’t fully support to retrieve data from design charts. I added the feature to retrieve title text in this attached fix.