A quick start Blazor project that helps you to learn how to add a simple Blazor financial charts to a Blazor WebAssembly app. In this video, You will see how to render the Blazor financial chart types, namely the highlow, openhighlowclose, and candle charts with their built-in features. You will also learn how these charts visually indicate stock price variations with various data elements like high, low, open, close, and volume.
Example: https://blazor.syncfusion.com/demos/chart/hilo
Documentation: https://blazor.syncfusion.com/documentation/chart/chart-types/high-low
- Visual Studio 2022
- Checkout this project to a location in your disk.
- Open the solution file using the Visual Studio 2022.
- Restore the NuGet packages by rebuilding the solution.
- Run the project.