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

About Chart

2 Answers 68 Views
Chart
This is a migrated thread and some comments may be shown as answers.
zai yunfeng
Top achievements
Rank 2
zai yunfeng asked on 21 Sep 2009, 02:25 PM

Hello,
I have a question, if I don't set the property of axisY, the default value of AutoRange is 'true' .
Like following example, First I add some plus value to the dataseries , and then I add some minus value to the dataseries.
After that the chart crashes, it just can't show the points I add.
Can you help me to solve the problem? Thank you!

 for (int i = 0; i < 6; i++)
   {

        ChartArea.DataSeries.First().Add(new DataPoint(i, 0.01 * i));
   }

   for (int i = 6; i < 10; i++)
   {

        ChartArea.DataSeries.First().Add(new DataPoint(i, -0.01 * i));
   }

2 Answers, 1 is accepted

Sort by
0
zai yunfeng
Top achievements
Rank 2
answered on 24 Sep 2009, 12:16 AM
Is there anybody who can help me?
0
Accepted
Ves
Telerik team
answered on 24 Sep 2009, 07:10 AM
Hi,

Indeed, this is a bug in RadChart. Our developers are already aware of it and the fix will appear in the next version of the control.

Best Regards,
Ves
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Chart
Asked by
zai yunfeng
Top achievements
Rank 2
Answers by
zai yunfeng
Top achievements
Rank 2
Ves
Telerik team
Share this question
or