Re: Dynamincally setting the minimum y-axis scale on charts by Robert
Robert
Fri Sep 03 20:08:17 CDT 2004
Ravi is correct. RS 2000 does not allow you to use expression-based min/max
settings at this point. Expression-based min/max/etc. is on the list for the
next version.
Would auto-scaling work for you (i.e. remove all the contents in the Minimum
field and leave it blank), so the minimum is automatically determined based
on the actual data point values?
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Ravi" <ravikantkv@rediffmail.com> wrote in message
news:013b01c491e3$71076410$a401280a@phx.gbl...
> You can only set it to a particular value but not to an
> expression.
> >-----Original Message-----
> >Is there anyway to dynamically set the minimum, or maximum
> for that matter,
> >y-axis. I'd like to do something like 'iif (
> Fields!ReportType =1, 50, 80)
> >to set the minimum y-axis.
> > Thanks in advance for any and all help!
> >
> >
> >.
> >