Hello everyone
I have a problme with the chart control. Here is the descripton:
I have the following data soruce:
Consultant
|
YearQuarter
|
Order
|
John
|
2019 Q1
|
425.00000
|
Michael
|
2019 Q1
|
930.00000
|
Steve
|
2019 Q2
|
22100.00000
|
Steve
|
2019 Q1
|
28800.00000
|
Sales
|
2019 Q1
|
28095.00000
|
John
|
2019 Q2
|
6000.00000
|
Steve
|
2019 Q1
|
14960.00000
|
Michael
|
2019 Q1
|
14960.00000
|
The YearQuarter column contains data for the CategoryAxes. The Order column
contains data for the series.
Result:
As your can see here we still have a column Consultant. These are groups
for order data.
The chart control even recognizes that there are several groups, but can
not display them correctly.
This should look like this:
How can I pass the grouping to the chart control?
Thank you.