Josep,
That's it! Thanks again! Once again, you have come through for me! Many thanks!
Bob
Search found 16 matches
- Fri Jun 29, 2012 1:51 pm
- Forum: .NET
- Topic: Scrolling on iOS with TChart on page.
- Replies: 6
- Views: 10963
- Mon Jun 25, 2012 12:50 pm
- Forum: .NET
- Topic: Scrolling on iOS with TChart on page.
- Replies: 6
- Views: 10963
Re: Scrolling on iOS with TChart on page.
Thanks again Josep! Your help is very much appreciated!Pep wrote:Hi Bob,
ok, I'm going to check with an example, disabling the gestures for Chart should be the trick.
I'll send the results asap..
Bob
- Fri Jun 22, 2012 5:39 pm
- Forum: .NET
- Topic: iOS MonoTouch and Legend Sizing
- Replies: 13
- Views: 15484
Re: iOS MonoTouch and Legend Sizing
This is a great update! The left and right axis labels are now properly centered. The title is too.
Also, thanks to Sandra, I found that my problem with the legend not being centered was that I wasn't setting Legend.TopLeftPos = 0.
Thanks guys!
Bob
Also, thanks to Sandra, I found that my problem with the legend not being centered was that I wasn't setting Legend.TopLeftPos = 0.
Thanks guys!
Bob
- Wed Jun 20, 2012 6:07 pm
- Forum: .NET
- Topic: Scrolling on iOS with TChart on page.
- Replies: 6
- Views: 10963
Re: Scrolling on iOS with TChart on page.
Josep, Sorry, it's been a while since I looked at this issue. Sometimes I don't get notified when you guys respond. Ok, so you referenced doing some testing of this before. I believe you worked on a problem we had where touching on a series and then trying to pan the chart would cause a crash. You c...
- Mon Jun 18, 2012 3:41 pm
- Forum: .NET
- Topic: iOS MonoTouch and Legend Sizing
- Replies: 13
- Views: 15484
Re: iOS MonoTouch and Legend Sizing
Hi Josep,Pep wrote:Hi Bob,
ok, I'm going to review it again and fix, I'll advise.
Just checking in. Any good news for me?
Thanks so much for your continued support!
Bob
- Mon Jun 11, 2012 2:49 pm
- Forum: .NET
- Topic: iOS MonoTouch and Legend Sizing
- Replies: 13
- Views: 15484
Re: iOS MonoTouch and Legend Sizing
Ok guys, Legend problem - Fixed! :D Left axis title centering - Fixed! :D Right axis title centering - not fixed. :( (looks centered to chart rectangle area, not to the actual chart axis) Top title centering - not fixed. :( Here's an example with the new DLL. Thanks, Bob http://dl.dropbox.com/u/7965...
- Thu Jun 07, 2012 5:47 pm
- Forum: .NET
- Topic: iOS MonoTouch and Legend Sizing
- Replies: 13
- Views: 15484
Re: iOS MonoTouch and Legend Sizing
Pep,
You rock! Thanks!
Bob
You rock! Thanks!
Bob
- Wed Jun 06, 2012 12:03 pm
- Forum: .NET
- Topic: iOS MonoTouch and Legend Sizing
- Replies: 13
- Views: 15484
Re: iOS MonoTouch and Legend Sizing
Thank you Sandra. While you are fixing that, could you please look at the following items too? Chart Title Left Axis Title Right Axis Title I have each set to be centered, however they are not centered. They are all to the right of where they should be (if looking at them rotated to the proper orien...
- Tue Jun 05, 2012 4:19 pm
- Forum: .NET
- Topic: Scrolling on iOS with TChart on page.
- Replies: 6
- Views: 10963
Scrolling on iOS with TChart on page.
Heya folks, Another question from me. I am working on my second app using TeeChart for .NET on iOS and with MonoTouch. In my first app, an iPhone/iPod Touch only app, we experienced a problem where putting a chart that took up the entire screen on the view controller would not allow us to scroll or ...
- Tue Jun 05, 2012 4:13 pm
- Forum: .NET
- Topic: iOS MonoTouch and Legend Sizing
- Replies: 13
- Views: 15484
Re: iOS MonoTouch and Legend Sizing
OK, no problem. Thanks Sandra.
I'm posting an additional question in another topic.
Bob
I'm posting an additional question in another topic.
Bob
- Mon Jun 04, 2012 2:17 pm
- Forum: .NET
- Topic: iOS MonoTouch and Legend Sizing
- Replies: 13
- Views: 15484
iOS MonoTouch and Legend Sizing
Hey folks, I was wondering if anyone can point me in the right direction with this problem I am having. I am using TeeChart for MonoTouch and I have a line chart with the legend at the bottom. The following code is all the lines that currently define and format the legend. //Setup the chart legend o...
- Tue May 15, 2012 2:50 pm
- Forum: .NET
- Topic: Unhandled exception in iOS charting
- Replies: 8
- Views: 11680
Re: Unhandled exception in iOS charting
Thank you Josep! We got it working.
Bob
Bob
- Thu May 10, 2012 10:41 pm
- Forum: .NET
- Topic: Unhandled exception in iOS charting
- Replies: 8
- Views: 11680
Re: Unhandled exception in iOS charting
Ok guys, the crash problem is corrected, but now I have something else going on related to this. Now if I do a swipe to scroll the bar graph, the click/tap is registered right away. We have a click handler that "Zooms" in to the next level of data when you pick a series. This needs to only happen wh...
- Thu May 10, 2012 3:35 pm
- Forum: .NET
- Topic: Unhandled exception in iOS charting
- Replies: 8
- Views: 11680
Re: Unhandled exception in iOS charting
Yeray,
Thanks so much. I installed the new DLL and it's working. You rock! Thanks for the great support Steema!
Bob
Thanks so much. I installed the new DLL and it's working. You rock! Thanks for the great support Steema!
Bob
- Wed May 09, 2012 2:14 pm
- Forum: .NET
- Topic: Unhandled exception in iOS charting
- Replies: 8
- Views: 11680
Re: Unhandled exception in iOS charting
Pep, Thanks for the response. I work with the originator of this article and we're both trying to determine the reason for this crash. Your code example addresses tapping on a series. We have that working fine and can zoom into the series as we want. I did try implementing your code (successfully) b...