Pre loader

How to associate some data with 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
1

Hi everybody! I’m using SciChart V2.2.5. I have a chart with XyDataSeries<DateTime, double> on it, and i need to associate some extra data with each point to be able to display it on hint.
Something like this:

struct Point
{
    public DateTime XValue;
    public double YValue;
    public long ByteOffset;
}

And i need to find ByteOffset associated with XValue and YValue when user moves mouse over the point in the chart.

  • You must to post comments
Best Answer
3
0

Hi Danila,

Please take a look on this thread – Correlating metadata with datapoints. It shows several possible approaches to add additional information for data points in your series.

Hope it helps!

  • 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