Unplanned
Last Updated: 01 May 2020 07:56 by ADMIN
Valery
Created on: 01 May 2020 07:34
Category: ChartView
Type: Bug Report
0
RadChartView: LegendTitle and the scrollbar are cut off when there are many legend items

I need to draw a series of graphs and show the legend. When the legend does not fit in the RadChartView, a scroll bar appears - this is acceptable, you can quickly see the whole legend. But the title of the legend is cut off.

1 comment
ADMIN
Nadya | Tech Support Engineer
Posted on: 01 May 2020 07:56

Hello Valery,

To workaround, this set the Padding property of the TitleElement and ScrollViewElement:

this.radChartView1.ChartElement.LegendElement.TitleElement.Padding = new Padding(0, 5, 0, 0);
this.radChartView1.ChartElement.LegendElement.ScrollViewElement.Padding = new Padding(0, 5, 0, 10);
            

I hope this helps.

Regards,
Nadya
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Attached Files: