How do I configure a Blazor Web App project to use Radzen ChartLine ?
In Visual Studio 2022, I used the following settings while creating the project.
Template: Blazor Web App
Framework: Select .NET 9.0 (Standard Term Support).
Authentication Type: None
Configure for HTTPS: Selected
Interactive Rendering Mode: WebAssembly
Interactivity Location: Per Page/Component
Include Sample Pages: Selected
Do not use top-level statements: Not selected
I want to use Radzen Line Chart in my Blazor app.