Page 1 of 1

some monotouch questions

Posted: Tue Oct 02, 2012 7:58 am
by 16562340
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

Re: some monotouch questions

Posted: Wed Oct 03, 2012 9:55 am
by Pep
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.