This is a migrated thread and some comments may be shown as answers.

Update range selector after updating series in RadChartView

2 Answers 140 Views
RangeSelector
This is a migrated thread and some comments may be shown as answers.
Vincent
Top achievements
Rank 1
Vincent asked on 05 May 2017, 12:28 PM

Hello,

I associeted a RadRangeSelector to a RadChartView.

 

When i populated the first time the series of RadChartView. All is ok .

When i rebuild all my series of the RadChartView , the RadRangeSelector is not updated.

 

How update the RadRangeSelector when i update series.

Thanks.

Regards

Vincent.

 

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 09 May 2017, 11:12 AM
Hi Vincent,

Use the following methods after recreating your chart:
radRangeSelector1.RangeSelectorElement.InitializeElements();
radRangeSelector1.RangeSelectorElement.ResetLayout(true);

Please let me know if there is something else I can help you with. 
 
Regards,
Dimitar
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Vincent
Top achievements
Rank 1
answered on 11 May 2017, 03:05 PM

It works fine

 

Thank you

 

Vincent.

Tags
RangeSelector
Asked by
Vincent
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Vincent
Top achievements
Rank 1
Share this question
or