Pre loader

How can we append finite data in AnimatingLineChartFragment(Android)?

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

Closed
0
0

Hi,
I am working on Scichart android appliication.By default it is appending infinite Yvalues which are randomly generated one by one. I want to append finite data in AnimatingLineChartFragment() but it will not accept it, like when I append arrayList of yValue it will generate an error and ask to add Collections.singleton(t) on 1st argument .Afterwards when I run the programme it works fine but when Fifo Capacity ends it starts to draw last line again and again. Plz help me that how can Animate Lines on my data?

Version
2.5.0.2598
  • You must to post comments
0
0

Hi Hamza Kiani,

Well this example was created as a showcase to demonstrate how to create custom renderable series, so it is possible that it won’t cover all possible cases.

May I ask what kid of effect you’re trying to achieve. Maybe you can use our Animation API which we use in other examples which allow to animate series:

sciChartBuilder.newAnimator(rSeries).withSweepTransformation().withInterpolator(new DecelerateInterpolator()).withDuration(3000).withStartDelay(350).start();

Is this suitable for your needs?

Best regards,
Yura

  • Yura Khariton
    Can you provide a code which reproduces this issue?
  • You must to post comments
Showing 1 result

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies