I'm doing a simple query that for each security principal (A), n values are recovered side. (A1, A2, A3 .... An)
This data comes from a dataset (a query from database)
By assigning the data from the dataset to the DataSource control displays all the data without performing a series grouping.
How I can from code by performing grouping sets for my data? thanks
Are you using a column chart?Are there multiple rows in your data and more than two columns?
The default behavior of the column chart is to group all column values within a single row together. Each row will be a separate group.
Make sure your dataset looks something like: column1 , column2 , column3row1 A1 A2 A3row2 B1 B2 B3row3 C1 C2 C3