Within my project, the legend is being displayed dynamically. However, I am looking to showcase names such as "student-marks" and "studentannualscore" instead of numerical values like 0, 1, 2, etc. Currently, the values are appearing as numbers (e.g., 0 should be represented as "student-marks"). It's important to note that I'm unable to modify the service values themselves; they will remain as 0, 1, 2, etc. Can someone provide guidance on how to achieve this using kendo ui code in JavaScript?