When you do a stacked HTMLChart (e.g. columns), the legend appears in the opposite order to the data series being stacked, which looks very unprofessional.
Hello,
In the latest release the order of the items in the chart legend can be controlled through the Legend.Reversed property:
<telerik:RadHtmlChart ID="RadHtmlChart1" runat="server">
...
<Legend Reversed="true"></Legend>
</telerik:RadHtmlChart>
Regards,
Vessy
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
I note that this item has today been changed to "Approved". Does that mean it is now scheduled for rectification? Can I tell my clients they can expect it to be fixed in the next Q release?
Thanks Danail, as we've discussed elsewhere, you're response doesn't address the issue. I'm not seeking to reverse the legend, or do a manually coded one, just seeking for it to display in the same order as the data it represents.
You may also find useful this feedback item about reversing legend items for all series - http://feedback.telerik.com/Project/108/Feedback/Details/140318