This question is locked. New answers and comments are not allowed.
Hi,
I have following ItemSource
CutomerName | ActualSales | ForecastSales
A 90 100
B 45 40
C 60 80
I want to have a Horizontal stacked bar chart as following
^
|
Actual | A(90) B(45) C(60)
|
Forecast | A(100) B(40) C(80)
|__________________________>
Could you help me make an example.