Hi Narcis,
Thank you for the clarification.
When should we expect this kind of animation support? Are we talking 1 month or 1 year? We are not trying to push you, we know that this isn't an easy process, so we are asking just for information.
Search found 15 matches
- Fri Jun 17, 2016 7:27 am
- Forum: .NET
- Topic: Series animation example?
- Replies: 8
- Views: 53907
- Thu Jun 16, 2016 1:34 pm
- Forum: .NET
- Topic: Series animation example?
- Replies: 8
- Views: 53907
Re: Series animation example?
Hi again Narcis, I tried your example, it works, but I don't think that this is "animation". Lets say we have a simple line chart. On app start, you load 100 points on it. Now, every 3 seconds you have to draw a new point. So, when the data for the new point arrives, we have to actually draw the lin...
- Tue Jun 14, 2016 10:29 am
- Forum: .NET
- Topic: TeeChart for Xamarin.Forms 2016 v4.0.2016.05310 available
- Replies: 12
- Views: 75657
Re: TeeChart for Xamarin.Forms 2016 v4.0.2016.05310 available
Oh ok, I remember now that you told me the same thing the last time. Thanks for the quick response!
- Tue Jun 14, 2016 10:20 am
- Forum: .NET
- Topic: TeeChart for Xamarin.Forms 2016 v4.0.2016.05310 available
- Replies: 12
- Views: 75657
Re: TeeChart for Xamarin.Forms 2016 v4.0.2016.05310 available
I am having some problems again, this time on Mac Os. :( When I input our license number and password in the installer and click next, the following error message is shown: Error running mono "/Applications/Steema Software/Teechart for Xamarin Forms 2016 4.0.2016.05310/Utils/TeeCalc/TeeCalc.exe" Her...
- Tue Jun 14, 2016 10:14 am
- Forum: .NET
- Topic: Series animation example?
- Replies: 8
- Views: 53907
Re: Series animation example?
Thank you, I will give it a try.
- Thu Jun 09, 2016 2:41 pm
- Forum: .NET
- Topic: Series animation example?
- Replies: 8
- Views: 53907
Series animation example?
Hello,
We want to animate our chart. We have candle and area series, both updated with new data every 3 seconds. When the new data is downloaded, we redraw the whole model.
Is there any example on how to animate the new points/candles?
We want to animate our chart. We have candle and area series, both updated with new data every 3 seconds. When the new data is downloaded, we redraw the whole model.
Is there any example on how to animate the new points/candles?
- Thu Jun 09, 2016 2:21 pm
- Forum: .NET
- Topic: TeeChart for Xamarin.Forms 2016 v4.0.2016.05310 available
- Replies: 12
- Views: 75657
Re: TeeChart for Xamarin.Forms 2016 v4.0.2016.05310 available
Thank you, everything works now.
- Wed Jun 08, 2016 2:42 pm
- Forum: .NET
- Topic: TeeChart for Xamarin.Forms 2016 v4.0.2016.05310 available
- Replies: 12
- Views: 75657
Re: TeeChart for Xamarin.Forms 2016 v4.0.2016.05310 available
I think the file TeeChartXamarinForms-4.0.2016.05310-windows.exe downloaded from https://www.steema.com/ma_registered_versions is broken.
When I download it (it is less than 2 mb) and try to install it, the following message is displayed: "This app can't run on your PC". I am using Windows 10.
When I download it (it is less than 2 mb) and try to install it, the following message is displayed: "This app can't run on your PC". I am using Windows 10.
- Thu Feb 11, 2016 3:03 pm
- Forum: .NET
- Topic: The scroll on Xamarin Forms for iOS is not working
- Replies: 3
- Views: 15362
Re: The scroll on Xamarin Forms for iOS is not working
No, this didn't work.
- Thu Feb 11, 2016 1:06 pm
- Forum: .NET
- Topic: The scroll on Xamarin Forms for iOS is not working
- Replies: 3
- Views: 15362
The scroll on Xamarin Forms for iOS is not working
Hello!
The chart on our Android app works perfectly, but on the iOS version things aren't that smooth. There is no way to scroll the chart. We are using a PCL project, I can make a quick sample app to show the issue if it is necessary.
The chart on our Android app works perfectly, but on the iOS version things aren't that smooth. There is no way to scroll the chart. We are using a PCL project, I can make a quick sample app to show the issue if it is necessary.
- Tue Dec 22, 2015 1:36 pm
- Forum: .NET
- Topic: Can't install Teachart for Xamarin.Forms on OS X Yosemite
- Replies: 1
- Views: 10797
Can't install Teachart for Xamarin.Forms on OS X Yosemite
I am experiencing problems with installing the Teechart libraries on OS X Yosemite. We are developing an Xamarin.Forms application for android and iOS. For Android everything worked fine, but we were developing on a Windows 8.1 PC. Now for the iOS development we will use a Mac Mini with OS X Yosemit...
- Wed Nov 25, 2015 8:17 am
- Forum: .NET
- Topic: Get the latest version of Teechart for Xamarin Forms
- Replies: 3
- Views: 17350
Re: Get the latest version of Teechart for Xamarin Forms
Thanks, looking forward to the new releases!
- Tue Nov 24, 2015 12:14 pm
- Forum: .NET
- Topic: Get the latest version of Teechart for Xamarin Forms
- Replies: 3
- Views: 17350
Get the latest version of Teechart for Xamarin Forms
Two months ago I asked this question in stackoverflow: http://stackoverflow.com/questions/32349036/xamarin-forms-teechart-chart-zoomed-doesnt-work The bug was fixed and Narcís Calvet was kind enough to sent me the fixed files for the evaluation version. The problem right now is that, since then, our...
- Tue Nov 24, 2015 7:56 am
- Forum: .NET
- Topic: Controlling zoom and scroll level
- Replies: 1
- Views: 9669
Controlling zoom and scroll level
I have a candle chart, which can be zoomed and scrolled only horizontally. The series contain 30 to 180 candles. I am trying to limit the max zoom level to 10 candles but I can't figure it out. I can disable the zoom once there are only 10 candles visible (using first visible and last visible), but ...
- Tue Nov 24, 2015 7:51 am
- Forum: .NET
- Topic: Annotation tool with image
- Replies: 4
- Views: 22960
Re: Annotation tool with image
Hello,
I think this may be related to my problem which is described here:
http://stackoverflow.com/questions/3248 ... draw-image
The bug is here:
http://bugs.teechart.net/show_bug.cgi?id=1299
The status is IN_PROGRESS, so I guess the dev team is fixing it right now.
I think this may be related to my problem which is described here:
http://stackoverflow.com/questions/3248 ... draw-image
The bug is here:
http://bugs.teechart.net/show_bug.cgi?id=1299
The status is IN_PROGRESS, so I guess the dev team is fixing it right now.