Hello,
Is there any way to change the Y axis label order in a BarChart?
The problem that I'm having is that the Labels in the Y Axis are showing in the reverse order than with all the other types of Chart Types.
The values for the Y Axis are years in string (2005 to 2010). In all charts the values the order is 2005->2010, but in the BarChart the order is 2010->2005.
How can I change it to be like the others?
(I'm using Infragistics 11.2)
You're right. Thank you for your support.
I just reversed the Rows of the DataTable and the labels changed their order.
Hi,
If I understand well your scenario and issue, I would like to inform you that mentioned behavior is expected, because our BarChart represented the items in the same order like they are in your DataSet / DataTable. So if you reorder the items in your DataTable, then you could achieve desired behavior. Please note that our UltraChart only represent your data.
I made small sample and video file for you. Please take a look at the attachments and let me know if you have any questions or if you think that I misunderstood your scenario.
Regards