Hello,
Do you provide TeeChart version iPhone in Objective C ?
I have not found it anywhere in the website. I bought TeeChart for Android in Java, now I need to write the same app for iphone.
Thanks.
Search found 3 matches
- Fri Jan 10, 2014 9:46 am
- Forum: FMX
- Topic: Library for iPhone in objective C (xCode)
- Replies: 1
- Views: 8615
- Thu Jun 13, 2013 9:18 am
- Forum: Java
- Topic: How to fill in ISOSurface seriese for android
- Replies: 2
- Views: 9969
Re: How to fill in ISOSurface seriese for android
Thanks, It worked for me.
I was creating Series object and populating the series. This is even more easy.
Thanks again.
I was creating Series object and populating the series. This is even more easy.
Thanks again.
- Mon Jun 10, 2013 11:03 am
- Forum: Java
- Topic: How to fill in ISOSurface seriese for android
- Replies: 2
- Views: 9969
How to fill in ISOSurface seriese for android
Hi, I am using TChart Java fro Android. I cant figure out how to fill in the values in the ISOSurface series. For .Net there is a method available addxyz() but i couldn't find a method like this in TChart for android. Basically I want date one axis, time on other and the respective values on the z-a...