Post
by I-Maps » Wed Nov 09, 2005 8:42 am
Hi
I've sent two .ten files to you via the newsgroup you gave.
ViewTemplate.ten contains three arrow series.
ViewTemplatePoint.ten was obtained from the first by changing the arrow series into point series.
If I load ViewTemplate.ten (using the Import feature) and then "Show Editor" and then double-click on any of the arrow series to edit them, an error is produced. See below.
If I do the exact same thing with ViewTemplatePoint.ten (which has no arrow series) then everything is OK.
This looks like a bug to me.
Any suggested workarounds?
I am using the released V2 version (2.0.2040.15119). I am reluctant to use a beta version. Please will you confirm that you do get this error with the released version and not with the beta version.
Regards
Reg Bust
System.Reflection.TargetInvocationException: Exception has been thrown by the
target of an invocation. ---> System.ArgumentException: '0' is not a valid value for
'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at Steema.TeeChart.Editors.Series.ArrowSeries..ctor(Series s)
--- End of inner exception stack trace ---
at System.Reflection.RuntimeConstructorInfo.InternalInvoke(BindingFlags
invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean
isBinderDefault)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr,
Binder binder, Object[] parameters, CultureInfo culture)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder
binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder
binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at Steema.TeeChart.Editors.SeriesEditor.ShowSeriesForm(Int32 index)
at Steema.TeeChart.Editors.SeriesEditor..ctor(Series s, Control parent)
at Steema.TeeChart.Editors.ChartEditor.CBSeries_SelectedIndexChanged(Object
sender, EventArgs e)
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
at Steema.TeeChart.Editors.ChartEditor.tabControl1_SelectedIndexChanged(Object
sender, EventArgs e)
at System.Windows.Forms.TabControl.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.TabControl.set_SelectedIndex(Int32 value)
at System.Windows.Forms.TabControl.set_SelectedTabInternal(TabPage value)