Completed
Last Updated: 11 Jun 2021 12:01 by ADMIN
Phil
Created on: 24 Oct 2014 03:29
Category: HtmlChart
Type: Bug Report
2
FIX: Stacked HTMLChart legend incorrect
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.
4 comments
ADMIN
Vessy
Posted on: 11 Jun 2021 12:01

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.

Phil
Posted on: 16 Mar 2015 23:18
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?
Phil
Posted on: 27 Oct 2014 05:04
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.
ADMIN
Danail Vasilev
Posted on: 24 Oct 2014 11:00
You may also find useful this feedback item about reversing legend items for all series - http://feedback.telerik.com/Project/108/Feedback/Details/140318