I have using asp.net chart in my application. Here, I would like to display StackedBar chart with the value of x-axis and y-axis. Note that here, value on both axis would be string. Value may be like as below:
Container-No. Destination
X001 City-X
X002 City-S
X003 City-R
Here, Container No display on Y-axis and Destination on X-axis, and graph would be stackedBar.
Have any solution ?