Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 850 Bytes

File metadata and controls

18 lines (11 loc) · 850 Bytes

Add a Blazor Linear Gauge to a Blazor Server App

This sample explains about how to create and configure the Syncfusion Blazor Linear Gauge in a Blazor Server app. You will learn how to add a simple Blazor Linear Gauge to a Blazor Server app. You will also see how to set a specific axis pointer value as well as how to customize an axis line height and width. Finally, you will learn how to add multiple axis ranges.

Example: https://blazor.syncfusion.com/demos/linear-gauge/default-functionalities

Documentation: https://blazor.syncfusion.com/documentation/linear-gauge/getting-started

Prerequisites

  • Visual Studio 2022

How to run the project

  • 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.