Chart problem in template

R

Rick

Hi,


I have a template that has a chart in it. The chart has 4 data series, a
left y axis and a right y axis. I am trying to set the 3rd series to plot
against the left y axis however it will only plot against the right axis.
WHen the report is ran based on the template, I can see the series in the
Chart toolboar and can change the series axis in there. However, I need the
template to default to the left axis for that series. Only 2 out of the 4
series are showing in the Chart toolbar object list when viewing it in the
template. I have tried to get at this through code however, the series 3 and
4 are giving errors. The Series collection has a count of 4, however I can
only get at properties of the first 2, the other 2 throw an error indicating
that it cannot read the property for the specified object.

Any help on this is greatly appreciated.
Rick.
 
Top