Completed
Last Updated: 06 Apr 2015 13:39 by ADMIN
Hinata
Created on: 29 Sep 2014 14:21
Type: Feature Request
10
Support expressions in Graph Scale.Maximum property
As our business requirements are very strict we need to be able to set the Graph Scale Maximum and Minimum properties based on our data. This would make our charts much more visually pleasing having the needed empty space above the data.

For example, the most often required scenario is setting the Scale.Maximum as a percentage of the already calculated max value by the Telerik Reporting engine.

We imagine there would be some kind of object which we can use inside an expression in these properties: = CalculatedMaxValue * (1 + 0.1)
Or we can calculate the value ourselves inside a User Function and then use the function in the expression.
4 comments
ADMIN
Iana Tsolova
Posted on: 06 Apr 2015 13:39
This scenario is enabled with the Q1 2015 release (version 9.0.15.225) of Telerik Reporting. Check out the rest of the new features here: http://www.telerik.com/support/whats-new/reporting
ADMIN
Iana Tsolova
Posted on: 05 Dec 2014 09:41
We will try to enable such a scenario with the Q1 2015 though it is not listed in the public roadmap. Then you will be able to set the values of such properties using binding expressions.
Pierre-Yann
Posted on: 03 Dec 2014 08:22
It is a necessity if you want to have the same scale across severals Graph.
I tried to change it by code after DataBound, but some idiot put the class Processing.Graph as internal. It may be possible to do it with reflexion, but the report is already super slow as it is now, I don't want to make it slower.
Matthias
Posted on: 01 Dec 2014 09:45
Great Idea! Would like to see this as well!