Sorry i maybe being stupid but i can't see a solution on this link? This is
"Robert Bruckner [MSFT]" wrote:
> Thanks for sharing your solution! This is certainly an elegant solution,
> however with the minor drawback that it is not generally applicable (e.g.
> cannot be used for execution snapshots). But it may be the perfect or
> good-enough solution for several scenarios. :)
>
> -- Robert
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Jason L Lind" <JasonLLind@discussions.microsoft.com> wrote in message
> news:8DC4C664-43EB-4F88-8A22-FC0FD72F8058@microsoft.com...
> >I found a solution:
> >
http://www.livejournal.com/users/jlind0/ > >
> > "Robert Bruckner [MSFT]" wrote:
> >
> >> Sorry, dynamically growing charts is not supported right now. One
> >> workaround
> >> that comes in mind is to duplicate your chart with various width/height
> >> settings, overlay them and use the Visibility.Hidden property on the
> >> charts
> >> with expressions to conditionally show only one of them for a particular
> >> range of bars e.g. display a small chart if the total number of bars is
> >> lower than 10, etc.
> >> Another option is to use Drillthrough on the datapoints. The top-level
> >> chart
> >> would probably only show the TOP 10 items/categories. The drillthrough
> >> report could then show the details for a particular category.
> >>
> >> -- Robert
> >> This posting is provided "AS IS" with no warranties, and confers no
> >> rights.
> >>
> >>
> >> "Jason L Lind" <JasonLLind@discussions.microsoft.com> wrote in message
> >> news:0B50D06B-F79F-4F90-9A89-ACC73619337E@microsoft.com...
> >> > Hi, I am trying to size a chart dynamically with respect to the number
> >> > of
> >> > rows in the data set it is rendering from (it's a bar chart) so that
> >> > the
> >> > graphic will render appropriatley.
> >> >
> >> > Is there any way to do this?
> >> >
> >> > Thank you,
> >> > Jason Lind
> >>
> >>
> >>
>
>