4 Answers, 1 is accepted
0
Hi AS,
In case you are talking about RadGrid and not RadChart, you can use a calculated column for that:
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/calculatedcolumns/defaultcs.aspx
http://www.telerik.com/help/aspnet-ajax/grdcolumntypes.html#GridCalculatedColum
Sincerely yours,
Dimo
the Telerik team
In case you are talking about RadGrid and not RadChart, you can use a calculated column for that:
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/calculatedcolumns/defaultcs.aspx
http://www.telerik.com/help/aspnet-ajax/grdcolumntypes.html#GridCalculatedColum
Sincerely yours,
Dimo
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
AS
Top achievements
Rank 1
answered on 17 Aug 2010, 03:04 PM
Hello Dimo,
Thank you for your response. However, it is the RadChart where I want the scaling. I should have mentioned that in the initial post. Is there a way to scale the values in a RadChart as well?
Best Regards.
0
Hi AS,
You can wire the ItemDataBound event in RadChart. It is triggered for every ChartSeriesItem, so you can update its YValue.
Best regards,
Ves
the Telerik team
You can wire the ItemDataBound event in RadChart. It is triggered for every ChartSeriesItem, so you can update its YValue.
Best regards,
Ves
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
AS
Top achievements
Rank 1
answered on 19 Aug 2010, 03:49 PM
Thanks for the hint, Ves. This should work, I will try it out.
AS