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 ?