Pre loader

Localizing or changing the words of a Tooltip for a FastCandlestickRenderableSeries in SciChart.js

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,
the Tooltip from the rolloverModifier shows for the Open-Values the Label “Open”.

I would like to be able to change that. There might be serveral reasons for that. Maybe the shown data are not “openValues” or the word “open” needs to be translated into another language.

I managed to edit the title of a FastCandlestickRenderableSeries by setting a title and get it into the variable like this:

rolloverTitle = newtitle;
renderableSeries0.rolloverModifierProps.tooltipTitle = rolloverTitle;

unfortunately i did not find a way to set the name/label for the open-,low-,close-, or high-values of this Series.

Can someone give ma a hint how to do this?

Version
3.2.446
  • You must to post comments
1
0

Hello,
You can add a custom tooltip as described in the “Customizing the Tooltip Content” section of Rollover Documentation,
and apply localization logic there.
Here is an example Using Rollover Modifier Tooltips

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.