Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.

Thu Oct 27, 2016 9:21 am

Hi

When i call AutoFitColumns below a chart, the LeftColumn of chart change

Example :
Code: Select all
// Chart
var chart = sheet.Charts.Add();
chart.TopRow = sheet.Range["G3"].Row;
chart.LeftColumn = sheet.Range["G3"].Column;
chart.Width = 500;
chart.Height = 225;
// cell below chart
sheet.Range["G20"].Value2 = "long long long value";
sheet.Range["G20"].AutoFitColumns();


I create a chart in G3 and when i AutoFitColumns G20, the chart begin on A3.
Are you reproduce ?

Thanks.

VincentB
 
Posts: 120
Joined: Thu Sep 15, 2016 9:44 am

Thu Oct 27, 2016 9:37 am

Hi VincentB,

Thanks for your inquiry.
I have noticed the issue and posted it to our Dev team. We will inform you once there is any progress.
So sorry for inconvenience.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Wed Nov 09, 2016 7:45 am

Hi VincentB,

Thanks for your waiting.
Now the issue get resolved in Spire.XLS Pack Hotfix Version:7.11.13, welcome to test it.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.XLS