Pre loader

How to add historical data?

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

0
0

Hi,

I have real time linear chart. How can I move my chart in backwards from my starting position and shows historical data(I want to add historical data in my chart data series)?

Thanks,
Arthur

  • You must to post comments
0
0

Hi Arthur,

This is default behavior of the CategoryDateTimeAxis, all ranges are clipped not to be less than zero or current VisibleRange. You should implement your own behavior, for example, custom modifier which inherits the ZoomPanModifier and add the historical data there if the VisibleRange after panning is the same as before.

Or maybe a better choice is to have the historical data initially added, and just set the initial VisibleRange to appropriate value (so you won’t see it until you pan the chart backward)?

Is any of this workarounds suitable for you?

Yuriy

  • 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