Question
Chart control in section - Need to sort the values in Axis
Hi,
We have a requirement to display a chart in the front end. We are doing it by refering a report definition in the section by using chart control.
Y asis contains the legend value from a report in a alphbetical sorting. This needs to be changed based on the requiremnt.
Eg: current display of legent in Y axis is - Critical,High,Low,Medium(Sorted in Alphabetical order). This needs to be changed as - Low, Medium, High, Critica.
Can anyone provide your idea on how to do this?
Hello Giridharn,
When report definition embedded in section by using pxChart control, then legends will displayed in alphabetical order.
So to display the legends as configured in Report defination, then we need to use chart control . After replacing the pxChart control to chart (i.e. report viewer control) then it will display the legends as configured in Report defination chart tab.
Regards,
Praveen