Completed
Last Updated: 31 Jan 2024 11:39 by ADMIN
Release 2024 Q1 (2024.1.130)
Oliver
Created on: 09 Nov 2023 12:07
Category: ChartView
Type: Bug Report
1
RadChartView: LineSeries doesn't draw correctly after using zoom/lasso zoom

Before zoom: 

After zoom:

 

1 comment
ADMIN
Nadya | Tech Support Engineer
Posted on: 09 Nov 2023 13:00

Hello, Oliver,

To workaround this issue you can use the following code snippet:

private void View_ZoomChanged(object sender, EventArgs e)
{
    this.radChartView1.Series[0].Refresh();
}

Regards,
Nadya
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.