SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
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
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
Please login first to submit.