This repository now contains a WPF application that mirrors the Python Plotly chart using SciChart.
- Windows with .NET 8 SDK
- A valid SciChart WPF license key (set
SCICHART_LICENSE_KEYin your environment)
- Restore packages:
dotnet restore TradeViewer/TradeViewer.csproj- Start the app:
dotnet run --project TradeViewer/TradeViewer.csproj- Click Load and select your CSV/log file.
- The parser expects the same pipe-delimited log format as the original Python script.
- Update the default file path in
MainWindow.xaml.csif you want a different initial file.