Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Graph generation using MS Excel

by ~~David~~ (Hermit)
on Jul 02, 2004 at 15:06 UTC ( [id://371414]=note: print w/replies, xml ) Need Help??


in reply to Graph generation using MS Excel

I could be wrong, but I think it is
$AgeChart->Axes(xlCategory, xlPrimary)->TickLabels->Font->{Size} = 6;

Replies are listed 'Best First'.
Re^2: Graph generation using MS Excel
by Nalina (Monk) on Jul 06, 2004 at 05:17 UTC
    Thanks for ur reply.

    I have one more problem. I want the series name to be vissible at the last data point.

    I tried
    AgeChart->SeriesCollection(1)->Points(30)->{ShowSeriesName} = True;
    but got an error saying
    Win32::OLE(0.1701) error 0x80020003: "Member not found" in PROPERTYPUT "ShowSeriesName" at graph.pl line 88
    Thanks & Regards

    Nalina

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-23 18:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found