NCrunch Forum
»
General Discussion
»
General Discussion
»
Customize Telerik RadCartesianChart XMLDataProvider
Rank: Newbie
Groups: Registered
Joined: 2/22/2018(UTC) Posts: 1 Location: United States of America
|
I have WPF application RadCartesianChart
This is the code of one of them......
<telerik:RadCartesianChart x:Name="RadChart1" Palette="Windows8" DataContext="{Binding XPath=/Nodes/Node,Source={StaticResource xml_Chart}}">
<telerik:RadCartesianChart.HorizontalAxis> <telerik:CategoricalAxis Background="#FFF50000" /> </telerik:RadCartesianChart.HorizontalAxis> <telerik:RadCartesianChart.VerticalAxis> <telerik:LinearAxis /> </telerik:RadCartesianChart.VerticalAxis> <telerik:RadCartesianChart.Series> <telerik:BarSeries CategoryBinding="{Binding XPath=@shortTime}" ValueBinding="{Binding XPath=Item/@value}" ItemsSource="{Binding}" ShowLabels="True"> </telerik:BarSeries> </telerik:RadCartesianChart.Series> </telerik:RadCartesianChart> =============================================================
I want to work with xml..
<telerik:BarSeries CategoryBinding="{Binding XPath=@shortTime}" ValueBinding="{Binding XPath=Item/@value}" ItemsSource="{Binding}" ShowLabels="True"> </telerik:BarSeries>
I can not run it. Help..... Thanks.
|
|
|
|
Rank: NCrunch Developer
Groups: Administrators
Joined: 4/16/2011(UTC) Posts: 5,144
Thanks: 680 times Was thanked: 818 time(s) in 778 post(s)
|
Hi, thanks for posting.
Sorry but I'm not sure if this is a problem specific to NCrunch? This support forum is only for NCrunch related issues. If you'd like help with a more generic coding problem, I'd suggest posting it on stackoverflow.com.
|
|
|
|
NCrunch Forum
»
General Discussion
»
General Discussion
»
Customize Telerik RadCartesianChart XMLDataProvider
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
YAF |
YAF © 2003-2011, Yet Another Forum.NETThis page was generated in 0.025 seconds.