Example of Ticks and Labels in ASP.NET Core Circular Gauge Control
This sample demonstrates how to customize the ticks and labels on an axis. The position, offset, and height of the ticks and labels can be changed.
DEMO
SOURCE
Properties
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 on the axis. Labels can be customized using e-axis-labelstyle. Ticks are used to represent values on the axis. Ticks can be customized using e-axis-majorticks and e-axis-minorticks.
More information on the ticks and labels can be found in this documentation section.