B
billw
I am graphing a few numbers in a bar graph. Typically, the bottom of
the bar is "0", or the minimum value, and it goes UP to my data point.
I would like the bar to come from the maximum direction. I guess it
starts at Infinity, and goes 'down' to my data point.
I already know "Reverse Order" exists, but that justs flips the graph
upside down. (And the bars will start at 0 still)
I know I could do some tricks and work-arounds to meet my needs....but
just want to make sure there's not a quick way to do it.
example:
(bar graph of values "5", "7")
5
|
| 7
| |
| |
| |
10 ---------- <BOTTOM IS MAX VALUE...NOT MIN VALUE
thanks in advance
the bar is "0", or the minimum value, and it goes UP to my data point.
I would like the bar to come from the maximum direction. I guess it
starts at Infinity, and goes 'down' to my data point.
I already know "Reverse Order" exists, but that justs flips the graph
upside down. (And the bars will start at 0 still)
I know I could do some tricks and work-arounds to meet my needs....but
just want to make sure there's not a quick way to do it.
example:
(bar graph of values "5", "7")
5
|
| 7
| |
| |
| |
10 ---------- <BOTTOM IS MAX VALUE...NOT MIN VALUE
thanks in advance