This is a migrated thread and some comments may be shown as answers.

RadPolarChart: PolarAxis.Minimum ignored?

2 Answers 44 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Alexander
Top achievements
Rank 1
Alexander asked on 22 May 2014, 05:11 PM
Hello!

I tried to change the minimum of the polar axis. However, the value seems to be ignored (except for the label interval).
Is there another property that has to be set?

Alex

2 Answers, 1 is accepted

Sort by
0
Alexander
Top achievements
Rank 1
answered on 23 May 2014, 08:44 AM
Hello.
It seems that this behavior is hardcoded in the internal PolarAxisModel.
The method UpdateActualRange is overridden and the actualrange minimum is always set to zero.

However, in my case I have values that could be ranging e.g. from 9.95 to 10.05, or they could also be negative.
How to workaround this?

Alex
0
Petar Marchev
Telerik team
answered on 26 May 2014, 07:27 AM
Hello Alexander,

You are absolutely right, the set minimum of the polar axis is disregarded and it is internally forced to a zero. This is because leaving the polar axis with a minimum different than a zero might lead to an unclear visual representation. However, I will ask that you provide us with some snapshots(drawings of some sort) that depict the output you need, so that we can consider changing this.

Currently we do not have any implemented work arounds for this. If this is a must in your application, we may be able to suggest something, but keep in mind that it will most likely be some heavy work, as this is not a built-in feature an you will have to fight the internal logic of the control. 

Regards,
Petar Marchev
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
ChartView
Asked by
Alexander
Top achievements
Rank 1
Answers by
Alexander
Top achievements
Rank 1
Petar Marchev
Telerik team
Share this question
or