Hi I am displaying a bar chart using ASP.NET MVC 4 and Kendo ui Jquery , The chart is displayed correctly and everything works fine but i want to get the name of the chart series that I've put inside the red circle in the screen shot from data from the server how can I do that currently I am using just tstaic strings inside the chart configuration.
seriesColors: ["#f0c300", "#484b42"],
series: [{
name: "Oddo Avenir Euro CI-EUR",
field:"PerfSP",
categoryField: "date",
border: {
width: 0
}
}, {
name: "Indicateur de référence *",
field:"PerfBench",
categoryField: "date",
border: {
width: 0
}
}],