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

Example of Ranges in ASP.NET Core LinearGauge Control

This sample illustrates how to highlight a region in an axis by using ranges in gauge. Start, end, color, and width of the range can be changed by using the options provided in the property panel.

DEMO
SOURCE
Select Range
Range Color
Range Font Color
Range Start
0
Range End
32
Range Start Width
15
Range End Width
15

In this example, you can see how to render and configure the ranges in linear gauge. You can use start, end, startWidth, endWidth and position properties to customize the ranges. You can also specify various colors for the ranges in the axis. If you enable the useRangeColor property, then the axis labels will be displayed based on its range color.

More information about ranges can be found in this documentation section.