Hi Robert,
Thanks for the help.
Actually, I am working with a stacked bar chart (I incorrectly labeled my
axis - it was the x-axis that I wanted to change).
In the end what I am looking for is a horizontal bar that shows the
beginning and ending datapoints with a vertical line representing the median
running through the bar.
I can get this working using a stacked column and a horizontal median line.
Is there any way to "rotate" a chart?
I can't seem to figure out how to create a vertical line - is this possible?
I was thinking about overlaying a couple of charts, but without a vertical
line I am at a loss. I tried using the line from the toolbox, but I can't
dynamically control its location - can I?
Thanks for the help,
Megan
[quoted text, click to view] "Robert Bruckner [MSFT]" wrote:
> You cannot add a formula for the gridlines. However, you can try this:
> * add another arbitrary data value to the chart
> * open the chart properties dialog
> * edit the data value you just added
> * replace the value expression with an expression that calculates the median
> (e.g. =50 , if the median has a constant value of 50%)
> * go to the Appearance tab in the same dialog
> * check "Plot data as line"
>
> Note: this only works for a stacked column chart (which I think you are
> actually using based on your description with the y-axis labels) and not for
> a stacked bar chart.
>
> -- Robert
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
> "MMcGoff" <MMcGoff@discussions.microsoft.com> wrote in message
> news:490D1B01-9010-4F94-BE1E-F09067DECA26@microsoft.com...
> >I am attempting to create a stacked bar chart that shows only data points
> > greater than 25% and less than 75%. I do this by setting the color of the
> > first and last bars (in the stack) equivilent to the background color.
> >
> > Another requirement is to display a vertical line showing both the average
> > and the median points. I was attempting to do this using the gridlines in
> > combination with the Y axis labels. Is there a way to add a formula to
> > the
> > gridline display (i.e. only display gridline when gridline = Median)?
> >
> > Any other ideas on how I might accomplish this? I was going to try to
> > overlay another chart with just a verical line, but I was not able to
> > create
> > this.
> >
> > Any suggestions would be appreciated.
> >
> > Thanks,
> >
> > Megan
>
>