Skip to content

Repository files navigation

LCLA Blazor Server Example

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

Prerequisites

Build and Run

  1. Run the example:

    # PowerShell:
    $env:LCJS_LICENSE_KEY="your-license-key"; dotnet run
    
    # Git Bash:
    LCJS_LICENSE_KEY="your-license-key" dotnet run
    
  2. Open https://localhost:5001 (or the URL shown in terminal) and navigate to "LCLA Chart".

  3. Click "Start Streaming" to see real-time data.

About

LightningChart Language Agnostic example project for Blazor Server

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages