Search found 37 matches

by zrandlbs
Mon Jul 21, 2014 8:15 am
Forum: ActiveX
Topic: how to use tools to draw line?
Replies: 3
Views: 11951

Re: how to use tools to draw line?

Hi Yeray,
I am using TeeChart2013_0_1_4ActiveX.
Thanks,
Robinson
by zrandlbs
Sun Jul 06, 2014 4:06 am
Forum: ActiveX
Topic: how to use tools to draw line?
Replies: 3
Views: 11951

how to use tools to draw line?

Hi Yeray, when I use tools to draw a line on my map,there is always trace of the line I drew(see attached).I just want to make it disappear and show my line directly. Please help me to finish it. TChart2.Tools.Add(TeeChart.EToolClass.tcDrawLine); TChart2.Tools.get_Items(0).asDrawLine.Pen.Color = (ui...
by zrandlbs
Wed Apr 16, 2014 12:44 pm
Forum: ActiveX
Topic: How to reset chart?
Replies: 3
Views: 11374

Re: How to reset chart?

Hi Yeray,
I give you a simple example.You click button1 first,then click button2,and click button1 again,you will find d:\test.jpg is different with the image on the screen.
Thanks,
Robinson
by zrandlbs
Tue Apr 15, 2014 8:36 pm
Forum: ActiveX
Topic: How to reset chart?
Replies: 3
Views: 11374

How to reset chart?

Hi Yeray, I am using colorgrid(Teechart activeX control 2013 in Vs with C#) on a window form. After I finish my first image,I try to paint my second image on the same window form.The size of the second image is different to the first,so I change the size of window form and colorgrid before I draw.On...
by zrandlbs
Mon Apr 14, 2014 9:44 am
Forum: ActiveX
Topic: How to clear border color or set it white?
Replies: 3
Views: 11688

Re: How to clear border color or set it white?

Hi, Yeray,
Thank you.It works well.
Cheers,
Robinson
by zrandlbs
Mon Apr 14, 2014 6:36 am
Forum: ActiveX
Topic: How to clear border color or set it white?
Replies: 3
Views: 11688

Re: How to clear border color or set it white?

Hi,Yeray,
I pasted an image after I insert my image created with colorgrid into word.How can I clear the right and bottom border?
Thanks
Robinson
by zrandlbs
Fri Apr 11, 2014 1:33 pm
Forum: ActiveX
Topic: How to clear border color or set it white?
Replies: 3
Views: 11688

How to clear border color or set it white?

Hi,Yeray,
I used colorgrid,but when I save the image,there is always a grey border on the right and bottom.Especially when I input the image into word with white background,It is very obvious.I used :
TChart2.Panel.Border.Width = 0;
But the grey border still exists.
Thanks,
Bobinson
by zrandlbs
Sun Apr 06, 2014 2:02 am
Forum: ActiveX
Topic: How to create profile section?
Replies: 3
Views: 14859

Re: How to create profile section?

Hi,Yeray, Thank for your quick reply.I used colorgrid to generate an image that the grid color is concentration of an element.Now I need to allow users to draw a line on my image to generate a section along the line. I need to get values of the colors and coordinates on the line. Because the line is...
by zrandlbs
Fri Apr 04, 2014 8:44 am
Forum: ActiveX
Topic: How to create profile section?
Replies: 3
Views: 14859

How to create profile section?

Hi,Yeray
I used colorGrid to make a map.Now I want to draw a line on colorgrid and to create a profile section.Would you give me any suggestions?I do not know how to get the coordinates and values of the intersection points between the line and colorgrid.
Thanks,
Cheers,
Robinson
by zrandlbs
Thu Feb 27, 2014 1:45 am
Forum: .NET
Topic: How to ues Direct2D in WPF application?
Replies: 7
Views: 13426

Re: How to ues Direct2D in WPF application?

How to ues Direct2D in WPF application? Examples\DemoProjectDirect2D , The only run in winform :( Yes, that's true. TeeChart.Direct2D.dll is compiled with TeeChart.dll and not TeeChart.WPF.dll. At the moment I'm changing the source to create TeeChart.WPF.Direct2D.dll to see if it works reliably. Wo...
by zrandlbs
Wed Feb 26, 2014 9:10 am
Forum: .NET
Topic: How to ues Direct2D in WPF application?
Replies: 7
Views: 13426

How to ues Direct2D in WPF application?

How to ues Direct2D in WPF application?

Examples\DemoProjectDirect2D, The only run in winform :(
by zrandlbs
Fri Feb 14, 2014 4:19 am
Forum: ActiveX
Topic: How to publish my program?
Replies: 17
Views: 34900

Re: How to publish my program?

Hi,Yeray, Thanks for great your help.I sovled the problem.I compiled my project at x86 and copy TeeChart201364.ocx to the target computer and regsvr32 it.Teechart2013.ocx need not register it. Another question: Color grid cannot show x,y coordinates correctly.I have told it to you and you have marke...
by zrandlbs
Fri Feb 14, 2014 3:43 am
Forum: ActiveX
Topic: How to publish my program?
Replies: 17
Views: 34900

Re: How to publish my program?

Yeray Alonso,
Thanks for your reply.TeeChartv2013FeatureDemo.exe runs all right.After I compiled in 64bit.Error appears still.What I do next.
Thanks,
Robinson
by zrandlbs
Thu Feb 13, 2014 8:02 am
Forum: ActiveX
Topic: How to publish my program?
Replies: 17
Views: 34900

Re: How to publish my program?

Hi,Yeray I tried to compile my project to X64,but error appeared still.Winform with color grid can be used firstly,but winform with fast line can not be used.After I ran the winform with error,Winform with color grid can not be used again. Please help me to work it out.Here is the error image after ...
by zrandlbs
Thu Feb 13, 2014 6:39 am
Forum: ActiveX
Topic: How to publish my program?
Replies: 17
Views: 34900

Re: How to publish my program?

Hi,Yeray, I see:http://www.teechart.net/support/viewtopic.php?f=1&t=14454,It told me compiling the application at 32 bit instead of 64.I just complied the application at 32bit,but errors happens on target window7 64bit. Do I either compile my program at 32bit, copy it directly to my disk and regsvr3...