New to Kendo UI for Vue? Start a free 30-day trial
Display Value for the RadialGauge
Updated on Sep 9, 2026
Environment
| Product Version | 4.3.2 |
| Product | Progress® Kendo UI for Vue |
Description
How can I show the value of the RadialGauge in the center?
Solution
This can be achieved by rendering a custom label element with the value inside that is relatively positioned:
Loading ...