How to generate a Chart without using data from a DataBound Component. I want to query a datasource and create a graph out of it.
Checked FacetChart API, didn't find any means of setting label Fields like we set when we call chartData() on a listGrid.
I have a list grid which data is fetched with some custom grouping on multiple fields and uses PAGE Fetch Mode. I would like to generate a Graph which is grouped on a different field which should also be sorted and projected on to a graph. So I need all the data prior to generating the graph but do not want to lose the paging Mode for the ListGrid. I want to generate a graph just by using DataSource (with a different operation binding) without using any particular DataBoundComponents like ListGrid etc. Is this possible?
Thanks.
Checked FacetChart API, didn't find any means of setting label Fields like we set when we call chartData() on a listGrid.
I have a list grid which data is fetched with some custom grouping on multiple fields and uses PAGE Fetch Mode. I would like to generate a Graph which is grouped on a different field which should also be sorted and projected on to a graph. So I need all the data prior to generating the graph but do not want to lose the paging Mode for the ListGrid. I want to generate a graph just by using DataSource (with a different operation binding) without using any particular DataBoundComponents like ListGrid etc. Is this possible?
Thanks.
Comment