• 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 Ticks in ASP.NET MVC Linear Gauge Control

This sample shows ticks in various positions such as inside, middle, and outside. Additionally, the position of the ticks can be customized using offset.

DEMO
SOURCE
Horizontal
Vertical

        

In this example, you can see how to render and configure ticks in the linear gauge. The Position and Offset properties in MajorTicks and MinorTicks are used to position the ticks as well as provide offset.

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