in reply to Re^2: Perl (WIN32::OLE) Excel help -- Chart Axis Scaling
in thread Perl (WIN32::OLE) Excel help -- Chart Axis Scaling

And it said there was an error,

What</ error, and who said there was one?

If the documentation says that TickLabelSpacing is a property, then you can also try

->LetProperty('TickLabelSpacing', $OtherObject);

(as the Win32::OLE documentation says), or a SetProperty call to do what you want.

Replies are listed 'Best First'.
Re^4: Perl (WIN32::OLE) Excel help -- Chart Axis Scaling
by perl_learner211 (Initiate) on Apr 22, 2009 at 17:42 UTC
    I just realized I picked the wrong chart type to begin with.

    I should've picked 'xlLineMarkers' instead of the XYScatterplot.

    Anyways, thanks for all the help. :-)