This question is locked. New answers and comments are not allowed.
Hello,
In my application, I have a view which contains several graphs, displayed by the Graph control.
They used to be displayed in a grid, which I want to improve by displaying them in a Tileview.
So, I have the RadChart, with as ItemsSource my binding, mode TwoWay.
Then the RadChart.SeriesMappings follow. I don't exactly know what these do, but that's not the issue now.
After the series mapping, the Grid would start. I have removed the Grid tags and replaced them by a TileView. This all works fine.
All Chart items are grouped in TileViewItems. So far no problem.
The problem is, that when I run the application, all TileViewItems (the panels) display the line 'No Data Series'. Why?
If I display my graphs in toolkit DockPanels or just the plain old Grid, it has no difficulties displaying the data.
I cannot give the RadTileView the binding, I just want to put a graph in each panel and let it show that. Should I add properties to the RadTileViewItems, or to the RadTileView itself?
Thanks on beforehand,
Heidi
In my application, I have a view which contains several graphs, displayed by the Graph control.
They used to be displayed in a grid, which I want to improve by displaying them in a Tileview.
So, I have the RadChart, with as ItemsSource my binding, mode TwoWay.
Then the RadChart.SeriesMappings follow. I don't exactly know what these do, but that's not the issue now.
After the series mapping, the Grid would start. I have removed the Grid tags and replaced them by a TileView. This all works fine.
All Chart items are grouped in TileViewItems. So far no problem.
The problem is, that when I run the application, all TileViewItems (the panels) display the line 'No Data Series'. Why?
If I display my graphs in toolkit DockPanels or just the plain old Grid, it has no difficulties displaying the data.
I cannot give the RadTileView the binding, I just want to put a graph in each panel and let it show that. Should I add properties to the RadTileViewItems, or to the RadTileView itself?
Thanks on beforehand,
Heidi