Adding more than one series to secondary value axis causes crash

Hi,

I am trying to export a (scatter_line) chart to Excel with one series (or more) on the primary value axis, and two series (or more) on the secondary values axis. I can add one series to the secondary axis ok, using the snippet

IChartSerie series2 = chart.Series.Add();
series2.UsePrimaryAxis = false;

But when I try to add a further series on the secondary value axis e.g.

IChartSerie series3 = chart.Series.Add();
series3.UsePrimaryAxis = false;

it always crashes. I guess my point is, can I (or should I) use the '.UsePrimaryAxis = false' command more than once to set subsequent series to the secondary axis?

PS- using Essential Studio 2009 Vol.3 on .NET 3.5

Thank you in anticipation





3 Replies

GM Geetha M Syncfusion Team February 18, 2010 05:45 AM UTC

Hi,

Thank you for your interest in Syncfusion products.

I was able to reproduce the problem. Could you please create a incident in Direct trac mentioning the forum id and subject so that we could send you further details regarding the problem?

Regards,
Geetha


FS Farman Samee February 18, 2010 10:43 AM UTC

Thanks Geetha, I have submitted this incident.



GM Geetha M Syncfusion Team February 19, 2010 05:20 AM UTC

Hi,

Thank you for the update.

Regards,
Geetha

Loader.
Up arrow icon