Pre loader

How to bold existing point in FastLineRenderableSeries when triggered

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

I have some FastLineRenderableSeries that display the user’s real time data.
I let the user set a trigger for a specific line and when the line crosses the trigger value the SciChartSurface freezes.
I would like to add that when this happens, the activated point will be highlighted or mark in a way the user will see exactly where it is…
Is there a simple way to do this?

(the orange line is the trigger…)

Version
6.6
Images
  • Andrew Burnett-Thompson
    Hi Ravid, I’m not sure what you want to achieve. You want to colour the line different when it is higher than a threshold level?
  • ravid saadia
    Hi, I want that when one of the lines (the red one for example) crosses the dashed orange line, the first point on the red line that crossed the orange line will be highlighted. For example: if the orange line is at 10000, and the red line was at 9990 and its next point was at 10010, then the point 10010 on the red line will be marked in some way.
  • You must to post comments
0
0

Hi Ravid,

Thank you for the clarification. I am sorry for the late reply.
You can use our PaletteProvider feature to highlight the points. Please take a look at the corresponding documentation for more info:
https://www.scichart.com/documentation/win/current/webframe.html#RenderableSeries%20APIs%20-%20Paletted%20Serie.html

However, the description of the corresponding logic, and conditions is up to you.

Also, to freeze the Axis, you can set the VisibleRange Limit. Please take a look:
https://www.scichart.com/documentation/win/current/webframe.html#Axis%20Ranging%20-%20Clipping%20VisibleRange.html

Or create a ViewportManager. Here is a link:
https://www.scichart.com/documentation/win/current/webframe.html#ViewportManager%20-%20Full%20Control%20over%20Axis%20Ranges%20and%20Viewport.html

Hope this helps.

With best regards,
Lex

  • 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