Search found 16 matches

by Eliana
Mon Jul 21, 2014 6:14 am
Forum: Java
Topic: Android - ScrollPager and Real Time Data
Replies: 16
Views: 38056

Re: Android - ScrollPager and Real Time Data

Hi Marc,

Thank you for the feedback. Do you have an estimate when the next update will be out?

Kind regards,
E.
by Eliana
Wed Jul 16, 2014 12:38 pm
Forum: Java
Topic: Android - ScrollPager and Real Time Data
Replies: 16
Views: 38056

Re: Android - ScrollPager and Real Time Data

Hi Yeray, Thank you for the great support. :D After having a look at the example project, I have updated the library to the latest version and the issue with the single bar has been solved. Also, thanks for the code provided regarding the colorband position, it covers the main requirements so no fur...
by Eliana
Mon Jul 14, 2014 8:53 am
Forum: Java
Topic: Android - ScrollPager and Real Time Data
Replies: 16
Views: 38056

Re: Android - ScrollPager and Real Time Data

Hi Yeray, Thank you for the feedback. 1. My issue related to the subchart's panel exception has been solved with the proposed modification :) many thanks!! 2. I'm still having issues when a single bar is displayed. Please consider the file I have attached at my previous post in order to reproduce th...
by Eliana
Fri Jul 11, 2014 1:48 pm
Forum: Java
Topic: Android - ScrollPager and Real Time Data
Replies: 16
Views: 38056

Re: Android - ScrollPager and Real Time Data

Hi Yeray, In addition to my previous post, also please consider this one for my second issue. I have made a minor change to the previous attached file to re-create my problem with the single bar. In onCreate I just added to the chart just one bar. WIFIStatistics.rar As you will see when the wifi sta...
by Eliana
Thu Jul 10, 2014 3:22 pm
Forum: Java
Topic: Android - ScrollPager and Real Time Data
Replies: 16
Views: 38056

Re: Android - ScrollPager and Real Time Data

Hi Yeray, Regarding my first issue you can use the the attached class WIFIStatistics and then do the following to reproduce the problem: 1. Press the "Start scan" button ( a timer is initialized to retrieve data for a few times, representing the case where a real time data flow would need to update ...
by Eliana
Tue Jul 08, 2014 8:43 am
Forum: Java
Topic: Android - ScrollPager and Real Time Data
Replies: 16
Views: 38056

Re: Android - ScrollPager and Real Time Data

Hi Yeray, Following the previous conversation on this post, two main issues came up after testing. 1. When you start playing with the panel of the sub chart and move it beyond the max sub chart axis, sometimes I get the following exception and I need your feedback on how to handle it (I have the src...
by Eliana
Tue Jun 03, 2014 8:42 am
Forum: Java
Topic: Android - ScrollPager and Real Time Data
Replies: 16
Views: 38056

Re: Android - ScrollPager and Real Time Data

Hi Yeray,

Thanks for the support, the code works as expected.

Kind regards,
E.
by Eliana
Mon Jun 02, 2014 7:14 am
Forum: Java
Topic: Android - ScrollPager and Real Time Data
Replies: 16
Views: 38056

Re: Android - ScrollPager and Real Time Data

Hi Yeray, Thanks for the change and the great support, it has solved my issues but I need some further assistance on the second issue. I need to save the position/size of the colorband and propagate it in case configuration changes. This is for the case where you change the orientation of the device...
by Eliana
Fri May 30, 2014 1:12 pm
Forum: Java
Topic: Android - ScrollPager and Real Time Data
Replies: 16
Views: 38056

Android - ScrollPager and Real Time Data

Hi, I’m using Teechart Java Android source code v3.2013.1219. I'm having some issues presenting real time data using a Bar chart along a scroll pager. I have modified the class WIFIStatistics in the Android teechart sample to present what I'm trying to achieve. As you can see in the attached file, w...
by Eliana
Thu May 29, 2014 1:40 pm
Forum: Java
Topic: Android CircularGauge green line color affects ticks color
Replies: 6
Views: 16741

Re: Android CircularGauge green line color affects ticks color

ok, thanks for the feedback
by Eliana
Thu May 29, 2014 7:59 am
Forum: Java
Topic: Android CircularGauge green line color affects ticks color
Replies: 6
Views: 16741

Re: Android CircularGauge green line color affects ticks color

Hi Yeray, Here is an example of what I said about the differences at the gradient color. The images show how the gradient looks at the landscape and portrait view. gauge_landscape1.png gauge_portrait1.png Following is the main code I have used to setup the gradient. circularGauge1.setGreenLineStartV...
by Eliana
Wed May 28, 2014 11:37 am
Forum: Java
Topic: Android CircularGauge green line color affects ticks color
Replies: 6
Views: 16741

Re: Android CircularGauge green line color affects ticks color

Hi Yeray, Thanks for the change, the problem is solved but I need some more help on the following issue related to the circular gauge. I have a scale showing values on the gauge from 0 to 110. I need to show a gradient color line under the gauge that starts from green, goes to orange and at the end ...
by Eliana
Fri May 23, 2014 1:11 pm
Forum: Java
Topic: Android CircularGauge green line color affects ticks color
Replies: 6
Views: 16741

Android CircularGauge green line color affects ticks color

Hi, I'm trying to set a gradient color on the green-red line of the circular gauge. However, when using the following code, the major ticks color also changes to the color of the green line gradient. If I don't use a gradient color on the green line, then the major ticks are displayed with the color...
by Eliana
Mon May 19, 2014 5:59 am
Forum: Java
Topic: Android CircularGauge Logarithmic axis
Replies: 4
Views: 12576

Re: Android CircularGauge Logarithmic axis

Great, thanks for the example.
by Eliana
Thu May 15, 2014 2:49 pm
Forum: Java
Topic: Android CircularGauge Logarithmic axis
Replies: 4
Views: 12576

Re: Android CircularGauge Logarithmic axis

Thanks for the feedback.
Btw, do bars and line charts support logarithmic axis?