Pre loader

SelectionChanged event problem.

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, I’m a SciChart user. Version 3.1.0.4759.

I want to know current selected series.
I was tested code below.
But selectedSeries is a previous series.
How can i find a current selected series?

private void FastLineRenderableSeries_SelectionChanged(object sender, EventArgs e)
{

     var selectedSeries = this.sciChartSurface.SelectedRenderableSeries.FirstOrDefault();
     if (selectedSeries != null)
    {
            FastLineRenderableSeries series = (FastLineRenderableSeries)selectedSeries;
            ...
    }
}
  • You must to post comments
Showing 0 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