.asContour.Smoothing.Interpolate
.asContour.Smoothing.Interpolate
In Active X I could set .asContour.Smoothing.Interpolate = True. Is there a similar property in net?
Re: .asContour.Smoothing.Interpolate
Hello lilo,
The same property doesn't exist of TeeChart.Net tub I think you can do something as demo example All Features\Welcome !\Chart styles\Extended\Surface\Surface Smoothing. If you have any problems please let me know.
Thanks,
The same property doesn't exist of TeeChart.Net tub I think you can do something as demo example All Features\Welcome !\Chart styles\Extended\Surface\Surface Smoothing. If you have any problems please let me know.
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: .asContour.Smoothing.Interpolate
If I set smoothingmode=antialias, the contour map shows white grid lines?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: .asContour.Smoothing.Interpolate
Hi lilo,
This is the same you already found here. The demo example Sandra pointed you doesn't involve setting SmoothingMode to AntiAlias.
This is the same you already found here. The demo example Sandra pointed you doesn't involve setting SmoothingMode to AntiAlias.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: .asContour.Smoothing.Interpolate
Hi
i need help
I have an array x y z, in this case 5 x 3 and I need to fill the grid in order my xyz array become a 25 x 3 array.
With this data i will use contour series
How can this could be done? I was checking algorithms as krigin
Does any teechart series use this kind of algorithms internally or I have to code it myself??
thank you very much
Regards
X y z
315.701,71 10.007.962 1.208.436,06
315.228,63 10.005.982 879.188,01
315.475,68 10.004.046 454.767,41
315.223,28 10.011.989 289.782,90
315.151,89 10.009.025 1.021.705,63
316.032,10 10.007.262 722.650,00
316.328,09 10.006.589 385.410,89
315.942,78 10.008.456 693.138,34
315.075,00 10.008.046 1.280.880,53
315.043,80 10.004.155 813.032,91
here is my x y z array
i need help
I have an array x y z, in this case 5 x 3 and I need to fill the grid in order my xyz array become a 25 x 3 array.
With this data i will use contour series
How can this could be done? I was checking algorithms as krigin
Does any teechart series use this kind of algorithms internally or I have to code it myself??
thank you very much
Regards
X y z
315.701,71 10.007.962 1.208.436,06
315.228,63 10.005.982 879.188,01
315.475,68 10.004.046 454.767,41
315.223,28 10.011.989 289.782,90
315.151,89 10.009.025 1.021.705,63
316.032,10 10.007.262 722.650,00
316.328,09 10.006.589 385.410,89
315.942,78 10.008.456 693.138,34
315.075,00 10.008.046 1.280.880,53
315.043,80 10.004.155 813.032,91
here is my x y z array
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: .asContour.Smoothing.Interpolate
Hello,
I have already tried to answer this question here:
http://www.teechart.net/support/viewtop ... 655#p64204
I have already tried to answer this question here:
http://www.teechart.net/support/viewtop ... 655#p64204
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |