Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.

Unanswered Chart - Edit Data

  • martes, 01 de mayo de 2012 12:25
     
     

    Hello

    I'm using
    OpenXml To Generate PowerPoint "on the fly" with the Data from my
    Database

    In the Chart I need to be able to Edit Data by clicking on Right Click)

    my chart is representing well but when I click "Edit Data" I can't see the values

    behind the chart(Excel file is empty)

    it is possible?

    what is the solution to provide this ?

    Best Regards

    Evgeny



    Best Regards


Todas las respuestas

  • martes, 01 de mayo de 2012 12:59
     
     

    We incorporated chart rendering into our product which is a Word data driven document generation toolkit. I don't know much about OOXML for powerpoint but my gues is that concepts are the same. When inserting a chart into a document part a corresponding chart part has cached data points which you successfully set. But there is also a corresponding embedded Excel part which must also be populated with the same values. I suspect that you forgot to create/update it. You can check this by creing such a slideshow using Powerpoint and then analyze parts of the created file.

  • martes, 01 de mayo de 2012 13:11
     
     

    .....But there is also a corresponding embedded Excel part which must also be populated with the same values. I suspect that you forgot to create/update it. You can check this by creing such a slideshow using Powerpoint and then analyze parts of the created file.

        Hello,Thank you for your reply.

        You right I didnt create the Excel Part,can you please provide me some information about how to do that

        any tutorial,or snippet of code

        Regrads

        Evgeny

     


    Best Regards