I have just started using the Range Selector linked to a Chart View with a Date Time Categorical axis. My issue is that I cannot seem to find the formatting setting for the date label in the Range Selector.
Also, how do I synchronise the palette between the Chart View and the Range Selector?
0
Stefan
Telerik team
answered on 30 Jan 2014, 01:13 PM
Hi Craig,
Thank you for writing.
You can use the LabelInitializing event of the AssociatedElement to access and format the labels:
((RangeSelectorViewElement)radRangeSelector1.RangeSelectorElement.AssociatedElement).LabelInitializing += new LabelInitializingEventHandler(RangeSelectorViewElement_LabelInitializing);
TRY TELERIK'S NEWEST PRODUCT - APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely. Sign up for Free application insights >>