• 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 Ticks and Labels in ASP.NET Core CircularGauge Control

This sample illustrates how to customize the ticks and labels of an axis. Position, offset, and height of the tick and label can be changed by using the options provided in the property panel.

DEMO
SOURCE
Ticks
Tick Position
Label Position
Tick Offset
0
Tick Height
10
Label Offset
0
Show Last Label

In this example, you can see how to render and configure the ticks and labels of an axis in the circular gauge. Labels are units that are used to display the values in the axis. You can customize labels with the properties like angle, font, position, etc. Ticks are used to mark some values on the axis. You can also customize the ticks using the majorTicks, minorTicks properties.

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