Pre loader

FastLineRenderableSeries display series name

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,
Is there a property in XAML to display series name of each FastLineRenderableSeries? TIA

Version
3.2
  • You must to post comments
0
0

Hi there

The property you’re looking for is on the DataSeries. You can set it like this:

var lineSeries = new FastLineRenderableSeries();
var dataSeries = new XyDataSeries<double,double>() { DataSeriesName = "My Series" };
lineSeries.DataSeries = dataSeries;

Then, the name will be displayed in tooltips and legends added to the chart.

Please let me know if this helps!

Best regards,
Andrew

  • Jhelyn Suan
    Hi Andrew, I was able to achieve the tooltip but I want the name to display together with the line.
  • 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