Select theme:

Material 3

Gauge (Angular)link

This article demonstrates how to use the Gauge component. Check also the component guide and API reference.

Gaugelink

NameTypeDefaultDescription
Namestring'gauge' + index suffixUnique name of the Gauge.
Valuenumber or expressionnullThe current value of the Gauge.
TextstringnullThe text that the Gauge displays. By the Gauge displays the Value and Unit.
UnitstringnullThe unit of the Gauge.
Minnumber0The minumum value of the Gauge.
Maxnumber100The maximum value of the Gauge.
ColorstringnullThe color of the Gauge.
AngleSpannumber240The angle span of the Gauge arc (in degrees).
Start Anglenumber-120The angle from which the Gauge arc starts (in degrees).
ShowAxis AnglebooleanfalseWhether to show the Gauge axis or not.
SmallSegmentsnumber2The number of small axis segments. Taken under account when ShowAxis is set to true.
LargeSegmentsnumber10The number of large axis segments. Taken under account when ShowAxis is set to true.

Configurationlink

The only required property of the Gauge component is Value. It specifies the current value of the Gauge.

You can set the Value to a literal number e.g. 50 or data-bind it by setting it to some expression e.g. ${gaugeValue}.

image

In this article —
© 2016-2025 Radzen Ltd. All Rights Reserved.
Designed and developed with ❤️ in Radzen Blazor Studio.

Select theme:

Material 3