• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Labels in ASP.NET MVC Linear Gauge Control

This sample demonstrates the various options for customizing the axis labels, such as styling, formatting, replacing text, and setting offset in the linear gauge.

DEMO
SOURCE
Horizontal
Vertical

        

In this example, you can see how to render and configure axis labels in the linear gauge. The properties in the LabelStyle can be used to style, format, and offset the label, while the label's text can be changed dynamically via the AxisLabelRender event.

More information on the axis labels can be found in this documentation section.