Pre loader

how to smooth update candlestick chart ?

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

Answered
0
0

i follow this way to update an exist candle

stockPrices.update(stockPrices.getCount() – 1, priceBar.getOpen(), priceBar.getHigh(), priceBar.getLow(), priceBar.getClose());

it work well but not so smooth, SciChart have any other way or trick to do this ?
Thank you

Version
3.1.0.4404
  • You must to post comments
Best Answer
0
0

Hi there,

We don’t support this behavior out of the box, but you can implement this effect by using ValueAnimator ( or something like this ) to animate Y values of last point in data series. Is this suitable for your needs?

Best regards,
Yura

  • tran hai
    ok will try this, thank you
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

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

Start TrialCase Studies