trend line problem

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
luzhetsky
Newbie
Newbie
Posts: 16
Joined: Mon Feb 08, 2010 12:00 am

trend line problem

Post by luzhetsky » Fri Aug 06, 2010 12:10 pm

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.
Attachments
trend_line.jpg
trend_line.jpg (63.72 KiB) Viewed 3673 times

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: trend line problem

Post by Sandra » Tue Aug 10, 2010 11:19 am

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

luzhetsky
Newbie
Newbie
Posts: 16
Joined: Mon Feb 08, 2010 12:00 am

Re: trend line problem

Post by luzhetsky » Thu Aug 12, 2010 11:39 am

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.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: trend line problem

Post by Sandra » Thu Aug 12, 2010 12:54 pm

Hello luzhetsky,

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


Thanks in advance.
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply