Real-time XY chart with streaming sine/cosine data.
Learn more: LightningChart documentation
Clone this standalone example with:
git clone https://github.com/Lightning-Chart/lc-la-example-blazor-server.git
cd lc-la-example-blazor-server- .NET 10 SDK
- LightningChart JS license key (get one here)
-
Run the example:
# PowerShell: $env:LCJS_LICENSE_KEY="your-license-key"; dotnet run# Git Bash: LCJS_LICENSE_KEY="your-license-key" dotnet run -
Open https://localhost:5001 (or the URL shown in terminal) and navigate to "LCLA Chart".
-
Click "Start Streaming" to see real-time data.