Pre loader

Add constant value label (Y value) to data 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

0
0

Hello all,

I’am having trouble adding a label to each data point on a FastLineRenderableSeries that only shows the Y value of the data point.

What might be special here is that I’am adding the line series in the code behind (this.sciChartSurface.RenderableSeries.Add(series)), so I cannot add a TooltipModifier Style in XAML (I think this would do the work if I would add the line in XAML).
The label should appear on each data point and only display the Y value of this point, also the label should be visible all the time, not only on MouseOver.

Can anyone help me with this?

Thanks in advanced.

Version
v4.0
Images
  • You must to post comments
0
0

In the example WPF Chart Series With Metadata we demonstrate how to make a custom point-marker which displays a text label (AnnotatedPointMarker.cs).

That is the closest example we have for you in SciChart to do this. It is possible, just requires a little customization work on your side.

enter image description here

Let me know if this helps,

Best regards,
Andrew

  • You must to post comments
0
0

Thanks Andrew, that worked for me, Thanks

  • You must to post comments
Showing 2 results
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