There any way to concatenate 2 values in the Item Label, for example 5320 78%
The percentage value is the result of the same data.
Greetings
Carlos
1 Answer, 1 is accepted
0
Evgenia
Telerik team
answered on 24 Jan 2011, 02:49 PM
Hi Carlos,
To be able to show the YValue and the percentage of this value in one and the same Series item Label you can use the following approach:
Assuming that your chart is databound you should wire the ItemDataBound event, retrieve the ChartSeriesItem and customize it as per your requirements:
QuantityInStock is the name of the property used for databinding the chart as shown in our help article. The "#%" is one of the DefaultLabelValues that can be used with RadChart.