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

Win Forms chart

1 Answer 69 Views
Chart (obsolete as of Q1 2013)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Bryan
Top achievements
Rank 1
Bryan asked on 06 Apr 2012, 07:56 PM
I have a chart and Im trying to set min and max values with the

 

 
radChart1.PlotArea.YAxis.AddRange() function

for my numbers for the Min and Max are (-+)1.1E38.  When I try to give the function a number for the step I get an overflow error.  What do I need to do so that I can have a reasonable number for the step that doesnt include the many number inbetween these to Min and Max values?  Is there a max number allowed when using the Chart?

thanks

1 Answer, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 11 Apr 2012, 11:26 AM
Hello Bryan,

Unfortunately you can't have such large axis range with our chart. The reason for this is that internally the Axis Item's Value is converted to decimal. There is no workaround for this, except if you enusre that your range's values will not exceed the decimal MinValue and MaxValue.

We are sorry for the inconvenience.

Kind regards,
Evgenia
the Telerik team
RadControls for WinForms Q1'12 release is now live! Check out what's new or download a free trial >>
Tags
Chart (obsolete as of Q1 2013)
Asked by
Bryan
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Share this question
or