hi,
I am working on a project with TeechChart included. I was wondering about when will you have the next maintenance release? will you fix the series click event issues?
thanks,
Search found 8 matches
- Tue Oct 23, 2012 1:39 pm
- Forum: .NET
- Topic: TeeChart Mono for Android 2012 released!
- Replies: 7
- Views: 8701
- Thu Sep 13, 2012 9:29 pm
- Forum: .NET
- Topic: Can not resolve reference: MonoTouch.Foundation.NSTimer
- Replies: 2
- Views: 4624
Re: Can not resolve reference: MonoTouch.Foundation.NSTimer
Turns out it was a problem with MonoTouch dll. Found the solution, sorry.
- Thu Sep 13, 2012 2:59 pm
- Forum: .NET
- Topic: Can not resolve reference: MonoTouch.Foundation.NSTimer
- Replies: 2
- Views: 4624
Can not resolve reference: MonoTouch.Foundation.NSTimer
Hi, I recently upgraded MonoDevelop and MonoTouch to the latest versions. After doing so, I get the following error when I compile Error MT2002: Can not resolve reference: System.Void MonoTouch.Foundation.NSTimer::.ctor() (MT2002) I looked this up in the MonoTouch forums and they indicate it may be ...
- Fri Aug 24, 2012 3:57 pm
- Forum: .NET
- Topic: TeeChart Mono for Android 2012 released!
- Replies: 7
- Views: 8701
Re: TeeChart Mono for Android 2012 released!
thanks guys! I successfully downloaded the evaluation version, will try it out!
- Thu Aug 23, 2012 6:45 pm
- Forum: .NET
- Topic: TeeChart Mono for Android 2012 released!
- Replies: 7
- Views: 8701
Re: TeeChart Mono for Android 2012 released!
hi,
I followed the download link above, but couldn't find any final version for monodroid, only TeeChartMonodroidBeta201200515.zip, which is post on May 15, 2012. Is this a mistake or?
thanks very much
Lin
I followed the download link above, but couldn't find any final version for monodroid, only TeeChartMonodroidBeta201200515.zip, which is post on May 15, 2012. Is this a mistake or?
thanks very much
Lin
- Tue Jul 31, 2012 2:20 pm
- Forum: .NET
- Topic: iOS - Pinch zoom when Allow zoom set to false
- Replies: 3
- Views: 6189
iOS - Pinch zoom when Allow zoom set to false
Hi, In my code, I have the allow zoom value set to false. However, I am still able to pinch zoom on the chart and it messes up my data display. The following is what I have set for zooming and panning. Is there way to disable any sort of zooming in the chart while having the horizontal scroll in pla...
- Mon Jul 09, 2012 1:55 pm
- Forum: .NET
- Topic: Issue with GetPointerStyle and setting pointer colors in Mon
- Replies: 3
- Views: 5243
Re: Issue with GetPointerStyle and setting pointer colors in Mon
Thanks Sandra, that did the trick for me. I have another slightly related question. I have click series event on the series. Currently, I have the horizontal and vertical size of the pointers set to 10 but I still don't get a 100% success rate on tapping the pointers. I think this will improve if I ...
- Fri Jul 06, 2012 8:03 pm
- Forum: .NET
- Topic: Issue with GetPointerStyle and setting pointer colors in Mon
- Replies: 3
- Views: 5243
Issue with GetPointerStyle and setting pointer colors in Mon
Below is an example that calls the GetPointerStyle method to set different colors for the pointer based on the pointer index. Even though the pointer indices start with 0, the color for the first pointer is never set because it seems to set the colors for the pointer after the index in question. How...