some monotouch questions

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
jls
Newbie
Newbie
Posts: 56
Joined: Mon May 07, 2012 12:00 am
Location: Norway

some monotouch questions

Post by jls » Tue Oct 02, 2012 7:58 am

1)
Demo app

Why does it not rotate?

It missing some splashimages.

2)
The IPad demo should be better.
* The rotation is not perfect.
* You should add event on click on series.

I compare teechart to
http://www.shinobicontrols.com/
and the demo app from shinobicontrols works much better.
Question
Can teechart be as good as shinobicontrols?


3)
Does the monoversion has event for hint text, click on series?


Jørgen

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Re: some monotouch questions

Post by Pep » Wed Oct 03, 2012 9:55 am

Hello Jørgen,

1) I'm not sure which demo, and view you refer. Check that the "ShouldAutorotateToInterfaceOrientation" method of the view returns "true".

2) Sure, demos could always be improved, we'll try to improve them every maintenance release. Here you can find how to implement the OnClickSeries event and other gestures over the Chart component.
Can teechart be as good as shinobicontrols?
Shinobicontrols can create atractive Charts, it does not include the same features as TeeChart does. I'd suggest you download both trial version and check them, it depends on your requeriments the one you might choose.
In the case you're interested in the way to do something specific, and don't know how to do it, please let us know and we'll try to prepare an example of code as soon as we can.

3) Answer on 2. The TeeChart mono for iOS include some events like clickSeries or clickBackGround, it also inherits from UIView, this means you can always add specific gestures to the object and manipulate at your own.

Post Reply