Excel Graphs

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

In the Excel it is not possible to graph more than 256 columns, is it possible to do call Excel library from C# and graph more than 256 points / columns or does the library has the same limitations?


Thanks


Peter
 
Hi

This is Excel's limitation. It has only has 256 columns and excel chart is
based on excel table.
Our programming against Excel, is named Automation, that is to do the same
job as we do with UI.

So we can not use code to exceed the limitaiton.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
"Peter Huang" said:
Hi

This is Excel's limitation. It has only has 256 columns and excel chart is
based on excel table.
Our programming against Excel, is named Automation, that is to do the same
job as we do with UI.

So we can not use code to exceed the limitaiton.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no
rights.

Thank you
 
Back
Top