【问题标题】:SciChart WPF 50 EEG example not showing data on GUISciChart WPF 50 EEG 示例未在 GUI 上显示数据
【发布时间】:2020-03-06 14:08:04
【问题描述】:

我已将 50 个 EEG 示例从 SciChart 应用程序导出到一个独立的解决方案。 当我开始调试时,没有画线,但代码正在运行并且生成的数据似乎没问题。 我没有对示例代码进行任何修改。

【问题讨论】:

标签: scichart


【解决方案1】:

根据SciChart Forums,图表为空白可能与试用许可有关,需要设置。

请参阅Licensing SciChart WPF,了解如何获取试用许可证密钥。

查看任何导出项目的 App.xaml.cs 以了解在何处设置许可证。

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}");
        }  
    }
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-07-08
    • 1970-01-01
    相关资源
    最近更新 更多