Pre loader

SciChart WPF 50 EEG example not showing data on GUI

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

I have exported 50 EEG example from SciChart aplication to a standalone solution. When i start debug, lines are not drawn, but the code is running and generated data seems ok. I have not made any modifications the the example code.

Version
Latest
Images
  • You must to post comments
0
0

Did you set a license key in the exported project?

See Licensing SciChart WPF for how to get a license key.

See App.xaml.cs of any exported project to see where to set the license.

using System.Windows;
using SciChart.Examples.ExternalDependencies.Controls.ExceptionView;

namespace SciChartExport
{
    /// <summary>
    /// Interaction logic for App.xaml
    /// </summary>
    public partial class App : Application
    {
        public App()
        {

             InitializeComponent();

             // TODO: Put your SciChart License Key here if needed
             // SciChartSurface.SetRuntimeLicenseKey(@"{YOUR SCICHART WPF v6 LICENSE KEY}");
        }  
    }
}

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