Search found 17 matches

by zizou5
Fri Feb 09, 2018 8:15 am
Forum: .NET
Topic: Example for mvc 5 with datasource/dataset
Replies: 1
Views: 6799

Example for mvc 5 with datasource/dataset

Hello, i am using teechart for application with MVC with canvas and after adding dataset i cannot see chart. i see only white page. Can someone post example for this? Or example to make chart with data from database. Thanks
by zizou5
Wed Jun 17, 2015 9:31 am
Forum: .NET
Topic: WPF Colorline drawing priority
Replies: 2
Views: 6454

Re: WPF Colorline drawing priority

Thank you Christopher,
it works fine!

Branislav Baran
by zizou5
Mon Jun 15, 2015 10:48 am
Forum: .NET
Topic: WPF Colorline drawing priority
Replies: 2
Views: 6454

WPF Colorline drawing priority

Hi Steema, I'm having a problem to draw colorline behind series, anotations, etc. in my WPF .NET application. I'm using these Colorlines as an tolerance limits for charts in steel mill visualization application. Drawbehind = true property is used but Lines are always on top though. Is there a way to...
by zizou5
Thu Mar 26, 2015 2:03 pm
Forum: .NET
Topic: Teechart 2014 and 2015 compatibility
Replies: 3
Views: 7207

Re: Teechart 2014 and 2015 compatibility

I'm not sure if that mail is still valid, so please use this one: bbaran@sk.uss.com
Thank you.
by zizou5
Thu Mar 26, 2015 9:33 am
Forum: .NET
Topic: Teechart 2014 and 2015 compatibility
Replies: 3
Views: 7207

Teechart 2014 and 2015 compatibility

Hi everybody,
In our company we started to use Teechart .NET 2014 (we bought .NET 2014 webserver licencies and few .NET 2014 developer licencies). Now we want buy more developer licencies, but only .NET 2015 are available. Do we have to upgrade our webserver Teechart to version 2015 also?
Thanx

Brano
by zizou5
Mon Dec 22, 2014 1:48 pm
Forum: .NET
Topic: Continuous colored 3D surface in WPF
Replies: 5
Views: 11699

Re: Continuous colored 3D surface in WPF

ok, thank you for information and possible alternative tips. It would be great if this possibility appears in future teechart .NET versions :wink:
by zizou5
Thu Dec 11, 2014 1:12 pm
Forum: .NET
Topic: Continuous colored 3D surface in WPF
Replies: 5
Views: 11699

Continuous colored 3D surface in WPF

Hi Steema, Is it possible to create continuous colored 3D surface in WPF? I mean not only solid colored surface rectangles, but with color gradient depending on height (see attachment). I'm able to do this in .NET form application by enabling openGl, but not having luck in WPF. Thanks for every advi...
by zizou5
Tue Oct 26, 2010 6:18 am
Forum: ActiveX
Topic: color line with depth
Replies: 4
Views: 7370

Re: color line with depth

Thank you! That's been helpful much :)
by zizou5
Mon Oct 25, 2010 11:12 am
Forum: ActiveX
Topic: color line with depth
Replies: 4
Views: 7370

Re: color line with depth

Cool, that is exactly what I've needed. Could I also draw text into 3D space with specific coordinates?
by zizou5
Fri Oct 22, 2010 8:17 am
Forum: ActiveX
Topic: color line with depth
Replies: 4
Views: 7370

color line with depth

Hello, I need to display thick color vertical line in 3D surface graph at coordinates X = 0, Z(depth) = 5 (at the middle of the depth axis). Do you know how to achieve this? Any idea or way how to display it will be wellcomed. I'm using Teechart v7 activeX. Thanx for reply.
by zizou5
Fri Apr 24, 2009 5:24 am
Forum: ActiveX
Topic: AddArray in Javascript
Replies: 2
Views: 5650

Thank you very much for reply so far. I hope you'll find out what's the problem.
by zizou5
Wed Apr 22, 2009 6:41 am
Forum: ActiveX
Topic: AddArray in Javascript
Replies: 2
Views: 5650

AddArray in Javascript

Hello everybody! Do you guys have any ideas how to apply AddArray function in javascript? Following code is still bothering me with "invalid argument" error (line with addarray function): function lala() { TChart1.AddSeries(0); var dataX = new Array(39680.4122222222, 39680.4134722222, 39680.41478009...
by zizou5
Mon Apr 21, 2008 7:43 am
Forum: ActiveX
Topic: How can I save labels on bottom ax to .txt file?
Replies: 1
Views: 4230

How can I save labels on bottom ax to .txt file?

Hello, my question is:
How can I save labels on bottom ax to .txt file?
function TChart1.Export.asNative.SaveToFile("D:\file.txt",true) doesn't work. I am using C# in ASP.NET.
Could you help me?
by zizou5
Sun Apr 20, 2008 11:50 am
Forum: ActiveX
Topic: Problem with AddArray function
Replies: 1
Views: 4811

Problem with AddArray function

Hi, I have chart with 12 Series. I am adding data to series via AddArray function. I can't add string array to my char on x ax. Here is my source code: int i; int[][] poleInt = new int[12][]; string [] x = new string[1000]; // I have fill both arrays with sample values. for (i = 0; i < 12; i++) { fo...
by zizou5
Sun Apr 20, 2008 11:12 am
Forum: .NET
Topic: problem with getting labels from ax
Replies: 2
Views: 5052

Thanks Narcis.
I resolved my problem by another way.