Example of Ticks and Labels in ASP.NET MVC 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 LabelStyleopens in a new tab. Ticks are used to represent values on the axis. Ticks can be customized using MajorTicksopens in a new tab and MinorTicksopens in a new tab.
More information on the ticks and labels can be found in this documentation sectionopens in a new tab.