I’d like to create a chart with the total values (summary) obtained from the OutlookGroupBy within an ultrawingrid.
Ideally I need create a temp table with just 2 columns: one with the category name (group value: string) and another one with the numeric summary of each category.
How can I accomplish this?
Many thanks.
Fabian Zandomeni
Thanks a lot Hristo, this is exactly what I was looking for.
Cheers,
Fabian
Hello Fabian,
As far as I understand you want to display UltraGridGroupByRows in UltraChart, so I have created a very basic sample in order to demonstrate you how could achieve this. Please run the sample and let me know if this is what you are looking for.
Please let me know if you have any further questions.