Retrieve data after selecting a data point on a chart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Retrieve data after selecting a data point on a chart
Hi community,
I am trying to visualize in a grid or in a text field the data info after having clicked on a data point on my combo chart. (Chart Type = Line).
I have already bound the selected data from the chart onto a grid, But I only see the datashape of the service on the grid instead of seeing data that I have selected.
Does someone know how I can go about this?
Regards,
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Design
-
Mashup-Widget
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
hi @Rocko
The problem on the combo chart was the XAxisType. It was set to string instead of datetime.
After doing this the selectedData on the combo chart works as expected.
Thank you very much for your mashup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Not sure what's wrong, works for me, just dropped the SelectedData to the grids Data field.
Did you change SelectionMode in the chart from Default to Single or Multiple?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Have you tried with a Combo Chart, this is where it doesn't work.
I have had success with the Line Chart.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you. That did work for me, maybe there is an issue with the service I am using to populate the chart.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
hi @Rocko
The problem on the combo chart was the XAxisType. It was set to string instead of datetime.
After doing this the selectedData on the combo chart works as expected.
Thank you very much for your mashup.