Pre loader

"Real-time" annotation for real-time 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

Closed
0
0

Hello.
I have real-time chart. It updates and X-axis always moving. When I added annotation like VerticalLineAnnotationViewModel to chart I choose the certain point on X-axis and after adding annotation it start moving with X-axis. It is OK.
But now I need to add VerticalLineAnnotationViewModel with calculated point on X-axis. I will be looks like constant static vertical line on moving chart. Can I make something like this?

Version
8.5.0.28148
  • You must to post comments
0
0

Hello Fedor,

Thanks for your inquiry.
To place the Annotation in the static position on the real-time chart you can use Relative coordinates.
This can be done by setting the CoordinateMode property to “Relative” and choosing the corresponding coordinate value in the range [0..1] for the Annotation.

You can find more details in the “Common Annotation Properties” section of the following documentation article:
SciChart WPF Documentation – Intro to the Annotations API | WPF Chart Documentation

Kind regards,
Lex,
SciChart Technical Support Engineer

  • You must to post comments
Showing 1 result