Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1444

Summary: MarkTips Editor doesn't work properly
Product: .NET TeeChart Reporter: sandra pazos <sandra>
Component: EditorsAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED WORKSFORME    
Severity: major CC: chris, nagai
Priority: High    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://teechart.net/directline/viewtopic.php?f=6&t=1063
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description sandra pazos 2016-02-18 07:53:52 EST
The MarkTips Editor throws an exception when you try to access to its editor. The code below shows the problem 
 private void InitializeChart()
    {
      tChart1.Aspect.View3D = false;
      new Steema.TeeChart.Styles.Line(tChart1.Chart);
      tChart1[0].FillSampleValues(10); 
      Steema.TeeChart.Tools.MarksTip markTip1 = new Steema.TeeChart.Tools.MarksTip(tChart1.Chart);
      Steema.TeeChart.Editors.Tools.ToolsEditor.ShowEditor(markTip1);
 }
Comment 1 Shinobu Nagai 2016-04-21 21:47:24 EDT
Using the latest version of TeeChart for .NET (v4.1.2015.12160), if I open Chart Editor, go to the Tools tab, click the "+" button and add a MarksTipTool,
sometimes Chart Editor is closed. If I open Chart Editor again and select the added MarksTipTool to edit it, Chart Editor is closed.