all groups > sql server reporting services > september 2004 >
You're in the

sql server reporting services

group:

Column chart bug?


Column chart bug? bryan NO[at]SPAM coldfact.com
9/19/2004 12:05:46 PM
sql server reporting services:
When I am designing a column chart, the chart looks exactly how I want
it to look in Layout view, but then changes in the Preview mode and
when viewed in Report Manager.

Specifically I want to do this:
In the chart Y axis tab, for the scale options:
Minimum .6
Maximum 1.3
Cross 1

The Layout looks correct - when Previewed the chart keeps starting at
the minimum of 0 (instead of the .6 minimum). Since my chart is to
show variance from 1 (below or above), this bug makes it useless (1 is
no longer centered in view - but is up near 1.3).

Any ideas or workarounds?
RE: Column chart bug? coldfact
9/19/2004 12:25:01 PM
Update: looks like if I use whole numbers, the chart behaves correctly. So -
I guess the question is, how can I use fractions to specify lower and upper
ranges? If I do go with whole numbers (multiply the data by 10) to get the
chart to look OK, can I change the displayed Y axis labels (by dividing them
by 10)?

[quoted text, click to view]
Re: Column chart bug? Robert Bruckner [MSFT]
9/19/2004 1:43:29 PM
Try this:
Minimum 0.6
Maximum 1.3
CrossAt 1.0

--
This posting is provided "AS IS" with no warranties, and confers no rights.

[quoted text, click to view]

Re: Column chart bug? coldfact
9/19/2004 2:49:07 PM
Much thanks! It is the 1.0 (vs 1) that makes the difference...
:)

[quoted text, click to view]
Re: Column chart bug? Robert Bruckner [MSFT]
9/19/2004 3:38:02 PM
Explanation: If at least one value of the axis settings is an integer, we
use a mode of the chart control to generate "nice" integer labels and not
default float labels like 0.05, 1.05, 2.05, etc. (which are determined based
on the minimum and maximum data point values of the chart).
If you really want float labels, make sure to either not specify values for
certain axis settings or specify them as float values rather than integer
values.

--
This posting is provided "AS IS" with no warranties, and confers no rights.



[quoted text, click to view]

AddThis Social Bookmark Button