ArgumentOutOfRangeException, Exception, ImageExporter, Dialog


https://www.nevron.com/Forum/Topic12022.aspx
Print Topic | Close Window

By Tobias Hoffmann - 7 Years Ago
Hello !
I am getting System.ArgumentOutOfRangeException after calling "nChartControl.ImageExporter.ShowDialog()".
Exception is caused by an NumericUpDownControl in this Dialog

System.ArgumentOutOfRangeException: Value of 120 is not valid for Value. Value should be between 'minimum' and maximum'
Parameter name: Value.

at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at Nevron.Chart.l1IIlllIlI..ctor(NImageExporter l1llllIIl1l)
at Rp.ChartLib.RpChartBase.Export()

How can this be solved ?
By Nevron Support - 7 Years Ago
Hi Tobias,
We just tested the control and were not able to reproduce the issue. What is the version you're currently testing with? Also do you modify any of the setting of the ImageExporter before showing the dialog?