As of my requirements,
i will get a set of values to show in a grid
and also based on the given data i need to plot charts (line chart or other chart ) in the grid cell for each row based on given data...
Is it possible to draw a chart inside a ultrawingrid cell ?
Yes, it is possible. You should be able to add the chart control to the grid cell, like you would add any other control.
can u give an example pls ?
Hi,
I made small sample for you. Please take a look at the attachments and let me know if you have any questions
Regards
sample
If you need any additional assistance don’t hesitate to ask.
thanks a lot , but there is a logical issue here , by your sample all charts have same dataset , so they have same thing , i want to give each chart diffrent data to view it , can we ?
is it possible to for more clarification ?
thanks a lot , can u give me a small sample pls ?
yours
Esam Rabba
The samples shows how to include a chart in the grid`s cell through UltraControlContainerEditor. Of course you could use different DataSources for each chart.
Let me know if you have any questions