Blazor Linear Gauge Example - Label Customization
This sample demonstrates the various options for customizing the axis labels, such as styling, formatting, replacing text, and setting offset in the linear gauge.
Horizontal
|
Vertical
|
In this example, you can see how to render and configure axis labels in the linear gauge. The properties in the LinearGaugeAxisLabelStyle can be used to style, format, and offset the label, while the label's text can be changed dynamically via the AxisLabelRendering event.
More information on the axis labels can be found in this documentation section.