Page 1 of 1

trend line problem

Posted: Fri Aug 06, 2010 12:10 pm
by 16055208
Hi Steema team!

Please help us to fix problem with drawing trend line: it is not drawing in right part of the chart.

We use v4.0.2009.42281 (in v2010 we see the same problem).

We need instructions how to fix it in the sources.

Here is a code (draw line after pushing button):

Code: Select all

    
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender, EventArgs e)
        {
            Line line = new Line();
            line.FillSampleValues();
            tChart1.Series.Add(line);

            DrawLine tool = new DrawLine();
            tChart1.Tools.Add(tool);
            tool.Series = line;
            tool.EnableDraw = true;
            tool.EnableSelect = true;
        }
    }
and example screenshort in the attach.

Thank you.

Re: trend line problem

Posted: Tue Aug 10, 2010 11:19 am
by 10050769
Hello luzhetsky,

Sorry for delay. I couldn't reproduce your problem using your code and last maintenance release of TeeChart.Net 2010. Could you please, update your version of TeeChart . Net and checked if your project works correctly?

Thanks,

Re: trend line problem

Posted: Thu Aug 12, 2010 11:39 am
by 16055208
Hi Sandra!

Unfortunately, wу can't setup TeeChartNET2010Src_4.1.2010.08040.exe - it says "Online Licence activation has failed."

We have tried to install TeeChartNET2010Src_4.0.2010.27960.exe - it has been installed ok, but problem is still presenting in this version.

We are using Windows XP and VS 2008, 2010.

Could you please tell us what need to do to install 4.1 version?

Thank you.

PS: we have intsalled binary of 4.1 - looks it works ok, but we need sources - we build it in our project with some our fixes.

Re: trend line problem

Posted: Thu Aug 12, 2010 12:54 pm
by 10050769
Hello luzhetsky,

Please contact our Sales Dept. at sales at steema dot com for further licensing issues.


Thanks in advance.