in reply to no correct names in legend when using Spreadsheet::WriteExcel::chart


Running your example program, which is that same as the one in the module Pod, produces the chart shown in the docs. The screenshot is taken directly from Excel for that example. As you can see the output is as you would expect.

Perhaps the problem is with the application that you are using to view the output. What program/version are you using?

--
John.

  • Comment on Re: no correct names in legend when using Spreadsheet::WriteExcel::chart

Replies are listed 'Best First'.
Re^2: no correct names in legend when using Spreadsheet::WriteExcel::chart
by weitzelman (Initiate) on Jun 02, 2010 at 08:58 UTC
    Omfg, you are right! I used Open Office to view the charts. But when I switch to Microsoft Office Mac the legend has the right names. Sometimes the solution is really simple ;)

    thx, Sebastian