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

[Solved] Binding problem ZoomScrollSettingsX.RangeStart

3 Answers 146 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
pratik mehta
Top achievements
Rank 1
pratik mehta asked on 01 Sep 2010, 02:23 PM
Hi,

I am trying to bind ZoomScrollSettingsX.RangeStart property in XMAL code but getting error in

InitializeComponent().


Let me know if i am doing something wrong.

 

<P><chart:ChartDefaultView.ChartArea></P>
<P><chart:ChartArea > </P>
<P><chart:ChartArea.ZoomScrollSettingsX></P>
<P><chart:ZoomScrollSettings RangeStart="{Binding 
TimeSeriesrangeStart,Mode=TwoWay}" RangeEnd="{Binding 
TimeSeriesRangeEnd,Mode=TwoWay}"></chart:ZoomScrollSettings> </P>
<P></chart:ChartArea.ZoomScrollSettingsX> </P>
<P><chart:ChartArea.AxisX></P>
<P><chart:AxisX LabelStep="{Binding TimeSeriesLabelStep,Mode=TwoWay}"></P>
<P></chart:AxisX></P>
<P></chart:ChartArea.AxisX></P>
<P></chart:ChartArea></P>
<P></chart:ChartDefaultView.ChartArea></P>


Thanks

Pratik Mehta

3 Answers, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 06 Sep 2010, 08:39 AM
Hello pratik,

I reviewed the code, and it looks correct.
If the problem persists, you can open a formal support ticket, and send us a small working project, demonstrating your setting(s), and showing the unwanted behavior. We will debug it locally, and get back to you with more information on the matter.

All the best,
Yavor
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
david mcintyre
Top achievements
Rank 1
answered on 16 Nov 2010, 04:12 PM
i also get a XamlParseException (KeyNotFoundException) when i attempt to bind the zoomscrollsettings' RangeStart or RangeEnd property.  I can't set the binding in codebehind either.  I don't think these properties are dependency properties.  I can set the properties to specific values both in xaml or codebehind, but i can't bind them. 
0
Ves
Telerik team
answered on 23 Nov 2010, 10:41 AM
Hi David,

Please, accept our apologies for the misleading initial reply. Indeed, ZoomScrollSettings is not a DependencyObject, so it would not be possible to bind its properties this way. We have logged this in our public issue tracking system, so you can check when it is resolved here.

Best regards,
Ves
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
Chart
Asked by
pratik mehta
Top achievements
Rank 1
Answers by
Yavor
Telerik team
david mcintyre
Top achievements
Rank 1
Ves
Telerik team
Share this question
or