Skip to Content
0
Former Member
May 19, 2010 at 08:58 AM

Change the Business Graphic Y-axis from decimal scale value to integer

196 Views

Hi,

I am trying to get rid of the decimal points of the Y axis scale to integer.

The scale value is currently showing like below:

13.86

10.395

6.93

3.465

(This actual data set is currently fall between 3.xxxx to 12.xxxx)

I want the scale label to display in integer, like this:

15

12

9

6

3

or

13

10

6

3

This is determined dynamically as I have made the below settings.I am mapping the seriesSource of the Percentage BusinessGraphic to a node of attributes type of decimal.

In the Chart Designer, I am setting the Y Value Axis configuration as below:

Minimum value: 0

Minumum calculation: Automatic

Maximum value: 100

Maximum Calculation: Automatic

Can you advise me how I can control the graph Y axis scale label to display in integer while I am mapping to a node of decimal data (for percentage values)?

Thanks,

KC