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 - MarkTips Editor doesn't work properly
Summary: MarkTips Editor doesn't work properly
Status: RESOLVED WORKSFORME
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Editors (show other bugs)
Version: unspecified
Hardware: PC Windows
: High major
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://teechart.net/directline/viewto...
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-18 07:53 EST by sandra pazos
Modified: 2016-04-21 21:47 EDT (History)
2 users (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.