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