In Development
Last Updated: 03 Apr 2024 08:39 by ADMIN
Scheduled for 2024 Q2 (May)
McDavid
Created on: 19 Feb 2024 09:10
Category: ChartView
Type: Bug Report
1
RadChartView: Legend Item Text is not visible in Windows11Dark

Legend Item Text is not visible in Windows11Dark. This is because the LegendItem  A possible workaround is to subscribe to the VisualItemCreating event. In the event handler, we can create a new LegendItemElement and set its ForeColor.

private void LegendElement_VisualItemCreating(object sender, LegendItemElementCreatingEventArgs e)
{            
    e.ItemElement = new LegendItemElement(e.LegendItem) { ForeColor = Color.Black };
}

1 comment
ADMIN
Dinko | Tech Support Engineer
Posted on: 19 Feb 2024 09:35

Hi McDavid,

I appreciate your time in reporting this behavior to us.

Regards,
Dinko | Tech Support Engineer
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.