Pre loader

Binding business logic object to data series and tooltip.

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

1
0

Hi. I hava an ObservablleCollection, that has properties like Date, value and other informations, the series would need to use Date and Value properties. Also i want to binding tooltips at information from that ObservableCollection and i can’t do it because the RolloverModifier datacontext is SeriesInfo. Can you help me with this please?

  • You must to post comments
0
0

Hi Torok,

Thank you for your enquiry! I’m going to give you two solutions to do this:

In SciChart v3.x:

Currently the only way to do this is to use this technique to store an index in the Z value of an XYZDataSeries. Next you can use this Z-value to lookup an external array to get a business object. Basically it requires some customisation of the data-pipeline, but it is possible to do.

In SciChart v4.x:

Coming Soon we have a new API called PointMetadata which will allow you to tag an X-Y data-point with any business object. This can be passed through to tooltips. We will have more details on this shortly.

Hope this helps!

Best regards,
Andrew

  • 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