apple123 has asked for the wisdom of the Perl Monks concerning the following question:
This correctly adjusts the data range for the chart Values, but the range for the Category (X) Axis Labels is incorrect as follows:$sum_sheet->Range("B1:G2")->Copy(); $sum_sheet->ChartObjects(1)->Chart->SeriesCollection->Paste({CategoryL +abels=>1, NewSeries=>0});
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Setting axis data range on Excel chart using Win32::OLE
by Ponky (Curate) on Nov 17, 2006 at 06:22 UTC | |
Re: Setting axis data range on Excel chart using Win32::OLE
by Unanimous Monk (Sexton) on Nov 17, 2006 at 15:29 UTC |