Pre loader

RolloverModifier question

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

Hello!

In your example of RolloverMoodifier on Candlestics there are only four fields in tooltip (Highest, Open, Close, Lowest).

These are all available fields? Because it’s quite useful to place on tooltip CloseTime and Volume. Of course I can see volume on VolumeChartPanel and calculate CloseTime by myself, but when there are many candlesticks on ChartPanel it’s uncomfortable to do.

  • You must to post comments
0
0

Hello Vasile,

DataContext for RolloverLabel is SeriesInfo object, and there are Value property which contains Volume value, and XValue, YValue properties which contain corresponding values from axes. You can bind to any of these ones, but XValue and YValue are both IComparable, so you need to write converter when using them.

Best regards,
Yuriy

  • Vasile
    Hello, thank you for reply. Maybe i uderstood something wrong, but Value of SeriesInfo is double and it contains closeValue, not the volume of candlestick... XValue works fine. Thank you.
  • 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