How to configure app Web App Blazor with Radzen Line Charts?

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.

Hi @piotrol,

You can check the getting started instructions here: Get Started | Free UI Components by Radzen

Make sure you use some interactive rendering mode for the page that will contain the chart.

Thank you for your answer. My simple web app blazor with Radzen Line Chart works.