Search found 17 matches
- Fri Feb 09, 2018 8:15 am
- Forum: .NET
- Topic: Example for mvc 5 with datasource/dataset
- Replies: 1
- Views: 7067
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
- Wed Jun 17, 2015 9:31 am
- Forum: .NET
- Topic: WPF Colorline drawing priority
- Replies: 2
- Views: 6739
Re: WPF Colorline drawing priority
Thank you Christopher,
it works fine!
Branislav Baran
it works fine!
Branislav Baran
- Mon Jun 15, 2015 10:48 am
- Forum: .NET
- Topic: WPF Colorline drawing priority
- Replies: 2
- Views: 6739
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...
- Thu Mar 26, 2015 2:03 pm
- Forum: .NET
- Topic: Teechart 2014 and 2015 compatibility
- Replies: 3
- Views: 7513
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.
Thank you.
- Thu Mar 26, 2015 9:33 am
- Forum: .NET
- Topic: Teechart 2014 and 2015 compatibility
- Replies: 3
- Views: 7513
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
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
- Mon Dec 22, 2014 1:48 pm
- Forum: .NET
- Topic: Continuous colored 3D surface in WPF
- Replies: 5
- Views: 12380
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
- Thu Dec 11, 2014 1:12 pm
- Forum: .NET
- Topic: Continuous colored 3D surface in WPF
- Replies: 5
- Views: 12380
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...
- Tue Oct 26, 2010 6:18 am
- Forum: ActiveX
- Topic: color line with depth
- Replies: 4
- Views: 7588
Re: color line with depth
Thank you! That's been helpful much
- Mon Oct 25, 2010 11:12 am
- Forum: ActiveX
- Topic: color line with depth
- Replies: 4
- Views: 7588
Re: color line with depth
Cool, that is exactly what I've needed. Could I also draw text into 3D space with specific coordinates?
- Fri Oct 22, 2010 8:17 am
- Forum: ActiveX
- Topic: color line with depth
- Replies: 4
- Views: 7588
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.
- Fri Apr 24, 2009 5:24 am
- Forum: ActiveX
- Topic: AddArray in Javascript
- Replies: 2
- Views: 5793
- Wed Apr 22, 2009 6:41 am
- Forum: ActiveX
- Topic: AddArray in Javascript
- Replies: 2
- Views: 5793
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...
- Mon Apr 21, 2008 7:43 am
- Forum: ActiveX
- Topic: How can I save labels on bottom ax to .txt file?
- Replies: 1
- Views: 4318
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?
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?
- Sun Apr 20, 2008 11:50 am
- Forum: ActiveX
- Topic: Problem with AddArray function
- Replies: 1
- Views: 4942
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...
- Sun Apr 20, 2008 11:12 am
- Forum: .NET
- Topic: problem with getting labels from ax
- Replies: 2
- Views: 5198