System.ArgumentOutOfRangeException in ImageExporter.ShowDialog()


https://www.nevron.com/Forum/Topic12018.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 ?