Hello,
I'm using the RadHtmlChart, and I'm trying to programmably set the range of the X axis to a value. The difficulty with my situation is that the chart will show values anywhere from 2000 to 8,000,000, and because of this, I'm trying to programmably set the range. I set the XAxis MinValue and MaxValue to the values of the smallest and largest elements. What I'm doing is, say I have an element of 1,000,000, and one of 1,500,000; I programmably use these values as the range (+/- 2000 to add some padding around it). However, when I do this, it never takes. It's as if these values are not retained, so it uses a MinValue of 0 and MaxValue of the maximum element plus some (whatever the default logic is).
How can I get this to work?
Thanks.
I'm using the RadHtmlChart, and I'm trying to programmably set the range of the X axis to a value. The difficulty with my situation is that the chart will show values anywhere from 2000 to 8,000,000, and because of this, I'm trying to programmably set the range. I set the XAxis MinValue and MaxValue to the values of the smallest and largest elements. What I'm doing is, say I have an element of 1,000,000, and one of 1,500,000; I programmably use these values as the range (+/- 2000 to add some padding around it). However, when I do this, it never takes. It's as if these values are not retained, so it uses a MinValue of 0 and MaxValue of the maximum element plus some (whatever the default logic is).
How can I get this to work?
Thanks.