Group: Forum Members
Last Active: 5 Years Ago
Posts: 29,
Visits: 405
|
I am trying to add custom axes to a cartesiannChart but it gives me a run time exception " System.NullReferenceException". Interestingly this exception get vanished if I do "NChartControl.Panels.Add(cartesianChart)" before creating custom axis.
Any idea why is that? what is the correlation between these steps!!
Thanks and Regards Manal
|
Group: Forum Members
Last Active: 3 hours ago
Posts: 3,054,
Visits: 4,009
|
Hi Manal, Some operations in the chart rely on the chart element being connected to the document tree - in this particular case the axis is trying to connect to a chart without success and that's why it throws this exception. This issue will be fixed in the upcoming SP of the control (coming up until the end of the week). Let us know if you meet any problems or have any questions.
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 5 Years Ago
Posts: 29,
Visits: 405
|
Hi Team,
where can can I find the latest SP of the control when its released?
Thanks and regrads Manal
|
Group: Forum Members
Last Active: 3 hours ago
Posts: 3,054,
Visits: 4,009
|
When the SP is available for download, you will be able to find it in the public download page (as a new build version).
Best Regards, Nevron Support Team
|