Real Time Data

The DevExpress BLazor BarGauge component allows you to change the number of bars displayed at runtime. When you toggle demo check boxes, the component passes check box states to the Values property and renders corresponding bars.

The BarGauge component also supports real-time data updates. This demo uses a custom interface (IBarTemperatureMeasureService) to update bar values dynamically in the OnInitialized lifecycle method.