We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Regarding chart control exception

Hi All,

while adding the second chartseries to chart control
exception is throwing.

I attached the screen shot too.

Can anyone help me to avoid this problem.

Thanks and Regards
K.Sathishkumar

errorimage0.zip

3 Replies

RR Ramya R Syncfusion Team April 12, 2007 01:40 PM UTC

Hi Satishkumar,

Thanks for your interest in Syncfusion Products.

I added two series to the ChartControl as shown in the code snippet below. But I was not able to reproduce the condition that you have mentioned here.

ChartSeries series = this.chartControl1.Model.NewSeries("MySeries");
series.Points.Add(1, 8);
series.Points.Add(3, 2);
series.Points.Add(5, 6);
series.Points.Add(7, 5);
this.chartControl1.Series.Add(series);
ChartSeries series1 = this.chartControl1.Model.NewSeries("MySeries1");
series1.Points.Add(2, 4);
series1.Points.Add(4, 7);
series1.Points.Add(6, 5);
series1.Points.Add(8, 9);
this.chartControl1.Series.Add(series1);

Could you please provide us with a sample which reproduces the condition that you have mentioned here, so that it would help us in analyzing the issue?

Thanks & Regards,
Ramya.


RA Rahim Abba replied to Sathishkumar Kaliavaradhan February 17, 2018 02:11 PM UTC

Hi All,

while adding the second chartseries to chart control
exception is throwing.

I attached the screen shot too.

Can anyone help me to avoid this problem.

Thanks and Regards
K.Sathishkumar

errorimage0.zip

Hi, I need ur software


AT Anandaraj T Syncfusion Team February 19, 2018 10:09 AM UTC

Hi Rahim, 

Thanks for contacting Syncfusion Support. 

We are unable to understand your query. We would like to know the following details so that we can provide an exact solution. 

  1. Could you please let us know whether you would like to download our software?

  1. Could you please let us know whether you need license for our software?
 
The information would be helpful to proceed. 
  
Regards, 
Anand 


Loader.
Live Chat Icon For mobile
Up arrow icon