This question is locked. New answers and comments are not allowed.
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