Search found 3 matches
- Wed May 02, 2012 2:19 pm
- Forum: .NET
- Topic: MonoTouch Panning beyond data limit
- Replies: 3
- Views: 5065
Re: MonoTouch Panning beyond data limit
Hey Sandra, thanks for your reply but that code did not work as expected. When panning to the left (below minimum data) nothing happens. I can still pan all the way past any data. When panning to the right (above maximum data) all my bars get stacked on top of each other. I used your code and modifi...
- Wed May 02, 2012 2:45 am
- Forum: .NET
- Topic: Unhandled exception in iOS charting
- Replies: 8
- Views: 11693
Unhandled exception in iOS charting
I am handling a Series click event and if I touch up outside and let go on a series, I get a fatal error (not in me code). Unhandled Exception: System.InvalidCastException: Cannot cast from source type to destination type. at Steema.TeeChart.Chart.DoMouseDown (Boolean IsDoubleClick, MonoTouch.UIKit....
- Tue May 01, 2012 3:02 am
- Forum: .NET
- Topic: MonoTouch Panning beyond data limit
- Replies: 3
- Views: 5065
MonoTouch Panning beyond data limit
Hello, I am working with Steema TeeChart for iOS (Monotouch) and I am trying to get limit the panning of the Chart past the data points. My x-axis is a DateTime and my panning is set to horizontal only: _chart.Header.Text = string.Format("{0} consumption usage", _resolution); _chart.Axes.Bottom.Labe...