hi,
Hi Yashali,
Thanks for your posting and considering Aspose.Cells.
Kindly explain your requirement in more detail with some screenshots and sample Excel file containing your sample chart. You can create the sample Excel file manually using Microsoft Excel and attach it here.
It will help us look into your issue more closely and precisely and we will be able to let you know that if this feature is available or needs to be implemented in our future versions.
hi,
Hi Yashali,
Thanks for your posting and considering Aspose.Cells.
As a workaround, you can now the chart type using Chart.Type method. Please see the following sample code and its console output. I have also attached the source Excel file used inside the code for your reference.
C#
string filePath = @“D:\Downloads\source.xlsx”;
//Create workbook instance from source file
Workbook workbook = new Workbook(filePath);
//Access the first worksheet
Worksheet worksheet = workbook.Worksheets[0];
//Access the first chart
Chart chart = worksheet.Charts[0];
//Print the chart type
Console.WriteLine(chart.Type);
Pie
hi,
Hi Yashali,
Thanks for your posting and considering Aspose.Cells.
Kindly provide some Excel file containing some sample Charts that do not have axis for example you can include Pie chart in it.
It will be helpful for the development team to add this as a New Feature by looking at your sample charts and they will implement it in next versions of Aspose.Cells.
Thanks for your cooperation.
Hi,
Hi Yashali,
Thanks for your explanation and considering Aspose.Cells.
We have logged a New Feature request in our database to support this method. We will look into it and see if it can be implemented in our next versions. Once, it is implemented or we have some other update for you, we will let you know asap.
This issue has been logged as
- CELLSNET-43220 - Implementation of Chart.HasAxis(axisType, axisGroup) method
Hi,
isPrimary) method to support your needs.
Hi,
Hi,
The issues you have found earlier (filed as CELLSNET-43220) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.