Pre loader

Select point

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
1
0

Hi all,

How can I highlight color of the selected point into the FastLineRenderableSeries?

Thanks,
Arthur

  • You must to post comments
Best Answer
1
0

Update, SciChart v4, Feb 2016

We now natively support Data-Point Selection in sciChart WPF v4:

SciChart PointMarker Selection Example

enter image description here

  • You must to post comments
1
0

UPDATE: Nov 17th 2014 – Select DataPoint, Series, Drag DataPoint examples

We now have a series of tutorials on the Custom ChartModifier API in our Knowledgebase covering the following topics:

Best regards,
Andrew

  • You must to post comments
0
0

Hi Arthur,

We don’t have an API to select points per-se. What you can do though is create a Custom ChartModifierBase derived class and override OnModifierMouseDown, OnModifierMouseUp and perform point selection yourself.

You are aware of our Hit-Test API and Coordinate Conversion API. Using these you could create a small ellipse or marker and set it over the chart. See ChartModifierBase.ModifierSurface. This is a Canvas which is over all elements in the chart and used by the Modifiers (zoom, cursor) to overlay elements.

Best regards,
Andrew

  • You must to post comments
Showing 3 results
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