Example of Ticks in ASP.NET Core 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 e-axis-majorticks and e-axis-minorticks are used to position the ticks as well as provide offset.
More information on the ticks can be found in this documentation section.