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 571 - Selector Tool is broken, when you select Series Marks
Summary: Selector Tool is broken, when you select Series Marks
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Tools (show other bugs)
Version: TeeChart.NET 2014 4.1.2014.02060
Hardware: PC Windows
: Normal major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-13 06:01 EST by sandra pazos
Modified: 2014-02-19 09:10 EST (History)
1 user (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 2014-02-13 06:01:55 EST
The Selector Tool throws an access violation exception, when you select Series Marks. The exception is produced in the Selector tool method, DrawSeriesHandle. You can reproduce the problem using the Demo example Welcome !\Tools\Selector Tool or next simple code: 
  public Form1()
        {
            InitializeComponent();
            InitializeChart();
        }

        private void InitializeChart()
        {
            tChart1.Aspect.View3D = true;
             var Series1 = new Steema.TeeChart.Styles.Line(tChart1.Chart);
            Series1.FillSampleValues();
            Series1.Marks.Visible = true;
            var tool1 = new Steema.TeeChart.Tools.Selector(tChart1.Chart); 
        }
Comment 1 christopher ireland 2014-02-13 11:43:58 EST
With which version of Visual Studio and TeeChart.dll was this a problem?

Using VS2013 and TeeChart.dll 4.1.2014.02064 (net451) I am not able to reproduce the problem with the code given.
Comment 2 sandra pazos 2014-02-19 06:53:26 EST
Hello Chris, 

Sorry for the delay. I confirm you the bug still occurs using latest version of TeeChartFor.Net 4.1.2014.02064(net451)  and Visual Studio 2013. To reproduce the problem you only need run my code and try to select the Marks of LineSeries.

Thanks,
Comment 3 christopher ireland 2014-02-19 09:10:37 EST
Okay Sandra, I've got it now, thank you.