Excel Graphs

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter

    Excel Graphs

    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

  • Peter Huang [MSFT]

    #2
    RE: Excel Graphs

    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.

    Comment

    • Peter

      #3
      Re: Excel Graphs

      ""Peter Huang" [MSFT]" <v-phuang@online.m icrosoft.com> wrote in message
      news:LROPMkz6FH A.832@TK2MSFTNG XA02.phx.gbl...[color=blue]
      > 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.
      >[/color]

      Thank you


      Comment

      • Peter Huang [MSFT]

        #4
        Re: Excel Graphs

        Hi

        Welcomed!

        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.

        Comment

        Working...