Pre loader

Set RollOverModifier tooliptemplate in code behind

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

Hi,

In the chart I generate a lot of series (fastline) in the code behind.
Now I need modify the tooltip for rollover to keep only the name of the serie and the color.

How bind the DataTemplate without xaml?

thanks

Version
4.2
  • You must to post comments
0
0

Hi Gregory,

It’s quite easy to do this. What I suggest you do is declare the template in XAML (as that is the best place to do it), then reference it in code-behind.

Have a look at How to set Style Setter Properties in code behind? which links to How can I access ResourceDictionary in wpf from C# code?.

Alternatively, you can declare your template in a string in code, and then use XamlReader.Load to create it.

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