Hi, I have a question similar to this: http://www.telerik.com/forums/y-axis-values-on-radcartesianchart-with-zoom.
I'd like for the y-axis to auto-adjust its range based off of just the data points displayed, not the entire collection. And it should happen as the user scrolls/zooms. I understand how the solution you provided in the previous forum post works, but it wouldn't work for me because I have many different charts with a variable number of series, different data points being charted, etc.
So, my questions
1) Since the forum post I linked above, have you added the ability to auto-adjust an axis off the current viewport rather than the entire data set?
2) If not, can you think of a generic version of the sample in the previous forum post? One where I don't have to access a series' ItemsSource? I noticed that in the sample, there's this line of code in MainWindow.xaml.cs that gets the range using the series' ItemsSource (Context).
var visibleRange = Context.GetRange(firstElem, lastElem - firstElem).Select(pd => pd.YVal);
I attached a screenshot to visualize the issue. The bars are so small because somewhere else in the chart, there's a data point where the max value of both bars, stacked, is about 2.2 million. When a user scrolls to see the data points in the screenshot, the y axis max value should change to probably be about 500K.
Dear admin,
please helm me out from this problem, i was already test a sample app RadMap on Map -> SalesDashboard example, but i always have aproblem when compiling show messages :
"'Provide value on 'System.Windows.Markup.StaticResourceHolder' threw an exception.' Line number '7' and line position '42'."
on file Win8Resources.xaml , and i too got a messages error when opening example.xaml like this :
'{DependencyProperty.UnsetValue}' is not a valid value for the 'System.Windows.Controls.Border.BorderBrush' property on a Setter.
at System.Windows.Setter.Seal()
at System.Windows.SetterBaseCollection.Seal()
at System.Windows.Style.Seal()
Please helm me, i attached a full project sample, please help me resolve this problem and resend a worked project soluution if run well.
this is link off full project , please check this out :
http://1drv.ms/1QORP1n
please fast response, i am urgent need this sample really,
thanks,
Hi,
in an RadTreeView i can disable the expanding animations with the following line
telerik:AnimationManager.IsAnimationEnabled="False"
This line has no effect if i add it to my TreeListView. I also tried:
AnimationManager.IsGlobalAnimationEnabled =
false
;
This also has no effect.
Whenever i reload my TreeListView-Elements after OnPropertyChanged is fired all this expanding is going on.
This is completely happening on the telerik's site because onPropertyChanged is fired when i've completely read all elements. So the tree is already complete when this expanding orgy starts.
This is especially bad when i do this on slow computers. It takes sometimes longer than a second until ONE thing is expanded!
This is my definition of the RadTreeListView:
<
telerik:RadTreeListView
Grid.Row
=
"1"
x:Name
=
"radTreeListView"
IsReadOnly
=
"True"
ItemsSource
=
"{Binding ConnectorList}"
CanUserFreezeColumns
=
"False"
SelectionMode
=
"Single"
TreeLinesVisibility
=
"Visible"
RowIndicatorVisibility
=
"Collapsed"
KeyboardNavigation.DirectionalNavigation
=
"Contained"
telerik:AnimationManager.IsAnimationEnabled
=
"False"
IsExpandedBinding
=
"{Binding IsExpanded, Mode=TwoWay}"
ItemContainerStyle
=
"{StaticResource ItemContainerStyle}"
SelectedItem
=
"{Binding SelectedConnectorItem, Mode=TwoWay}"
ColumnWidth
=
"*"
telerik:DragDropManager.AllowDrag
=
"False"
GridLinesVisibility
=
"Vertical"
AutoGenerateColumns
=
"False"
>
I would be very thankful for any idea.
Hi All,
I am using "telerik:RadDocking" in my wpf application. I want to create a layout as follows - X1 is section 1, X2 is section 2 and X3 is section 3. (---- and | are section dividers)
X1 | X3
---- | X3
X2 | X3
X1 - using "telerik:RadSplitContainer" for defining section 1 and it contains non-editable data.
X2 - using "telerik:RadDocking.DocumentHost" for defining section 2 and it using for multiple "RadPane".
X3 - using "telerik:RadSplitContainer" for defining section 1 and it contains non-editable data. It is single section with same height of X1+X2
Issue:
Section X3 has fixed width. if I try to reduce the width for X1, X2 then I can increase the width of the X3 control. but the problem here is after the realignment I am unable to resize the section X1 and X2 and also X3 will overlap to other two section.
If I resize the window then control is not aligning, based on the window size I need to set some width for each section and these each section should support resizing also.
Please help me to fix this issue. Please let me know if you need more information.
I appreciate your support in advance.
Thanks
Selvakumar R
Hello,
When we make Rad control IsReadOnly=True or disbaled the control, the value inside is not looking good. It masks the value.
How can we remove the mask or make more transparent to make the value visible more bright ?
I am using Expression Dark Theme
Please guide me
Hi Team,
I would like to customize the Rad Carousel View - Like Together Deck Of Cards. Could you please give me the exact solution for this. Currently i used RadCarousal to display contents.
For more, Please go through the attached file..
I was planning to use the RadRibbonGallery to lighten my already filled ribbon. I wanted to put my RadDropDownButtons inside of the Gallery, thus only showing by default only a few of them (the most important/common) and allowing the user to expand/scroll the Gallery to show the rest.
But in this scenario, having selection for items in the gallery makes no sense. Is there an easy way to 'deactivate' this functionality for the RadRibbonGallery?