Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Setting size of chart through Excel::Writer::XLSX

by jmcnamara (Monsignor)
on Apr 04, 2012 at 21:53 UTC ( [id://963541]=note: print w/replies, xml ) Need Help??


in reply to Setting size of chart through Excel::Writer::XLSX

You can set the size of an embedded chart in Excel::Writer::XLSX by adjusting the x/y scales in insert_chart():

# Scale the width by 120% and the height by 150% $worksheet->insert_chart( 'E2', $chart, 0, 0, 1.2, 1.5 );
See the insert_chart() section of the documentation.

--
John.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://963541]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-20 12:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found